I am developing a django application and i would like some suggestions on what would be the best way to provide "Remember Me" option with the Login Form. I am really concerned about the performance of the application and am not sure if using sessions would be a good choice. Please Suggest What you think.

link|improve this question
feedback

2 Answers

Have it provide a cookie with no expire date or a very large one.

link|improve this answer
Most sites which provide a remember me feature makes it valid for 2 weeks, so I guess that's a good limit. – gladysbixly Apr 13 '11 at 1:01
feedback

See this question:

django-registration "remember me"

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.