cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.7 Expire Session Issue

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

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

Re: Magento 2.3.7 Expire Session Issue

Hello, sorry for late reply.

I have to run query in phpmyadmin? https://ibb.co/G9vkZvs

Thanks

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