- Okugcinwe kunqolobane
With 'Never remember history' setting sessionstorage and localstorage are cleared between redirects. Why?
I am a web application developer. My application is using open authentication. As part of the login process the application stores information in the session storage of t… (funda kabanzi)
I am a web application developer. My application is using open authentication. As part of the login process the application stores information in the session storage of the browser. Then the user is redirected to a login page. When, after a successful login, the user is redirected back, the information in the session storage is gone. The same problem when I use local storage.
This problem only occurs with the setting: Never remember history.
Is this a bug or a feature?
Other browsers do not have this behavior.