2
Chrome cannot logout - when you hit logout it just logs you back in
Problem reported by Marc Frega - 10/22/2018 at 11:43 AM
Submitted
Hiya,

i have a user that keeps logging in automagically and we cant get it to stop. If he hits logout, it logs him out and then just logs right in.  Any chance anyone knows what is causing that?

Marc

3 Replies

Reply to Thread
0
Employee Replied
Employee Post
Hi,
What version of SmarterMail are you running? If you're not on the latest I'd recommend updating and seeing if the problem clears up. Otherwise, I'd suggest having your user clear out their localStorage and sessionStorage.
0
Marc Frega Replied
Im using the latest build of version 16 installed last week.

Is that in chrome? Localstorage and session?
1
Employee Replied
Employee Post
Hi,
Chrome does have localStorage and sessionStorage. If you open the Chrome DevTools you should be able to access the browser's console. From there typing in "localStorage.clear()" and "sessionStorage.clear()" is the simplest way to clear both sets of storage.

Reply to Thread