Hi All, I have a question about an issue. If a user logs in to the website and the session gets logged out, then they open the website in a new tab, it still shows ‘Welcome Username’ at the header eventhough old session has expired. I remember there is a code snippet that should avoid this issue. Any ideas on this ?
s
Steve Goldberg
07/18/2023, 2:30 PM
It’s a setting in the config record called Show Recognized Shopper
Steve Goldberg
07/18/2023, 2:30 PM
Turn it off
c
Charan
07/18/2023, 2:31 PM
Sure Steve. I’ll look into it. Thankyou!
Charan
07/21/2023, 9:09 AM
Thanks for the solution @Steve Goldberg . On top of this, I have a custom extension that should not be called when the session expires. It is causing unnecessary issues. I should prevent it with some logic not to trigger when session expires. I checked the checkbox you suggested but still no luck.
s
Steve Goldberg
07/25/2023, 10:49 AM
Then you should check whether the customer is logged in before you call it