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
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';
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