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.
|
feedback
|
|
Have it provide a cookie with no expire date or a very large one. | |||
feedback
|
|
See this question: | |||
|
feedback
|