I need to implement a “Remember me” button in a login form that uses the django-registration app. Any ane can help me showing me the way for do this?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way to do it is to change the session expiration date. This snippet gives an example: http://www.djangosnippets.org/snippets/1881/