Re: Authentication with remember me like option

2007-07-26 Thread [EMAIL PROTECTED]
Read http://code.djangoproject.com/wiki/CookBookDualSessionMiddleware --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To

Authentication with remember me like option

2007-07-23 Thread acidity
Hello I am reading the sessions docs at: http://www.djangoproject.com/documentation/sessions/. I have a question. If I use the auth system and a user logs in, he is automatically logged in for 2 weeks by default. Thats how SESSION_COOKIE_AGE is set by default? I want to implement a "Remember