I have some login information; let's say user name, login email, and location.
I want keep this information in the browser even after the user logs out and closes the window.
When the user comes back after a logout or the session expiry, the web application fills the client user name and asks for the password from the user. The best example of my requirement is Google login.
Currently, I am using only session and no cookies.
What are the possible solutions?