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

link|improve this question

75% accept rate
feedback

2 Answers

up vote 6 down vote accepted

One way to do it is to change the session expiration date. This snippet gives an example: http://www.djangosnippets.org/snippets/1881/

link|improve this answer
feedback

Apparently, there's module for that:

http://code.google.com/p/django-remember-me/

I haven't used it but it came up during my search.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.