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.

ASP.NET MVC RememberMe

After searching a lot i did not get any answers and finally i had to get back to you. Below …

asp.net-mvc remember-me
Persistent cookie timeout with FormsAuthentication

I am creating some "Remember Me" functionality as part of logging in. When I create a persistent cookie during the …

asp.net cookies forms-authentication remember-me
How to make Android webview remember username and password?

Here with the code in Android Studio. I also add the html code that below the Android Studio code, using …

android webview remember-me
Remember me functionality in ASP.NET Form Authentication doesn't work

I'm using ASP.NET forms authentication for logging users into a website we're developing. Part of the functionality is a "…

c# forms-authentication remember-me
Proper way to use "Remember me" functionality in PHP

Short Working on login system and trying to implement remember me feature. Recently, l did research about this subject, read …

php session cookies login remember-me
ASP.NET Identity 2 Remember Me - User Is Being Logged Out

I am using Identity 2.1 in my MVC5 app. I am setting the isPersistent property of the PasswordSignInAsync to true to …

c# asp.net-mvc-5 remember-me asp.net-identity-2
How to use Devise: rememberable?

I'm making a Rails App. I'd like to implement a check box 'remember me' for users to skip enter password …

ruby-on-rails devise remember-me
Spring Security RememberMe Services with Session Cookie

I am using Spring Security's RememberMe Services to keep a user authenticated. I would like to find a simple way …

security spring authentication spring-security remember-me
ExtJS: Login with 'Remember me' functionality

I'm trying to create a simple login window with the very common 'Remember me' functionality. The login validation is done …

ajax login extjs state remember-me
asp.net "Remember Me" cookie

I have implemented remember me option in my asp.net webform by using this, protected void LBtnSubmit_Click(object sender, …

asp.net cookies remember-me