- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2021
05:08 AM
12-04-2021
05:08 AM
Magento 2.3.7 Expire Session Issue
Hello, i'm having this issue i think is a bug or maybe a theme issue but i need to understand
Registration and Login are working correctly.
Default Cookie Settings has 3600 cookie life time
and after 15 minutes inactivity i got following issue: https://ibb.co/2PV6wW5
As you can see there is the message Hello $name $surname but also Login and Register
After login as you can see i have no issue: https://ibb.co/6FMnK4S but only after session expiration. How can i debug this error?
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2021
07:59 PM
12-07-2021
07:59 PM
Re: Magento 2.3.7 Expire Session Issue
Use 127.0.0.1 instead of localhost
UPDATE core_config_data SET value = 'http://127.0.0.1/mag233sample/' WHERE core_config_data.path = 'web/unsecure/base_url'; UPDATE core_config_data SET value = 'http://127.0.0.1/mag233sample/' WHERE core_config_data.path = 'web/secure/base_url';
If issue solved, Click Kudos & Accept as Solution.
LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool
LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2021
09:30 AM
12-19-2021
09:30 AM
Re: Magento 2.3.7 Expire Session Issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2021
05:31 PM
12-22-2021
05:31 PM
Re: Magento 2.3.7 Expire Session Issue
Is this issue resolved?
I'm facing on my site. it will be fine if i try with incognito mode. In normal mode, issue still here