Module Description
Overview The Persistent Login module provides a "Remember Me" option on the user login form. Persistent Login is independent of the PHP session settings and is more secure (and user-friendly) than simply setting a long PHP session lifetime.

Additional security is provided by attempting to detect unauthorized re-use of tokens. For a detailed discussion of the design and security of Persistent Login, see Improved Persistent Login Cookie Best Practice.

Features
* Control how long user logins are remembered, before a user will have to enter their credentials again.
* Control how many different persistent logins are remembered per user.
* Control which pages a remembered user can or cannot access without explicitly logging in with a username and password (e.g. you cannot edit your account or change your password with just a persistent login). (7.x only)
* A user can clear all of his/her remembered logins via their account page. (7.x)

Known Issues
* 7.x
* #327263: Security warning triggered by simultaneous requests: If a user opens several pages of a website simultaneously, the first request will invalidate the token and may cause the subsequent requests to trigger the security alert.
* #1395996: It doesn't keep login when using OpenID login: OpenID logins don't provide the information required for Persistent Login to set tokens for the user.



Get Involved If you're interested in getting involved in module development but don't know where to start, reach out to gapple (@gappleca on Twitter).

Project Usage
6119
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
The Persistent Login module aims to provide a secure and user-friendly 'Remember Me' option on the user login form, independent of PHP session settings, with additional security measures to detect unauthorized token re-use.
Data Name
persistent_login

OPENAI CHATBOT

OPENAI CHATBOT

16:30:15
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.