Top "Remember-me" questions

A way to store personal information to make it easier for a user to fill in forms or login to websites at a later time.

What is the best way to implement "remember me" for a website?

I want my website to have a checkbox that users can click so that they will not have to log …

security cookies remember-me
"Keep Me Logged In" - the best approach

My web application uses sessions to store information about the user once they've logged in, and to maintain that information …

php security session remember-me
Implementing "Remember Me" Feature in ASP.NET MVC

I'm trying to implement a "remember me" feature to my login form. I am using ASP.NET MVC as my …

asp.net-mvc asp.net-mvc-3 asp.net-mvc-routing remember-me
What encryption algorithm is best for encrypting cookies?

Since this question is rather popular, I thought it useful to give it an update. Let me emphasise the correct …

php security cookies encryption remember-me
PHP login system: Remember Me (persistent cookie)

I'd like to add a "remember me" checkbox option before logging in. What is the best way to securely store …

php authentication cookies remember-me
Is it secure to store passwords in cookies?

My web application's home page has a RememberMe checkbox. If the user checks it, I willl store email-id and password …

c# asp.net asp.net-mvc passwords remember-me
What is meaning of "Remember Me" functionality on login page?

I want to include "Remember Me" functionality on login page but I don't know its actual meaning (how its work). …

security cookies login session-cookies remember-me
"Remember Me On This Computer" - How Should It Work?

Looking at Gmail's cookies it's easy to see what's stored in the "remember me" cookie. The username/one-time-access-token. It could …

security password-protection remember-me
Django "Remember Me" with built-in login view and authentication form

How can I reuse the original admin login() and AuthenticationForm to set longer cookie length for users with "remember me" …

django login checkbox remember-me
How to Remember username or password for login form

I have created a sample Login form in C# Windows Form Application and what I want is to add Remember …

c# .net authentication remember-me