It would be interesting to know, however, how to make this work like
this:

Default case: when the user doesn't check the "remember me" box...
- Remove the cookie on browser close.  This is great for sites that
might get used in public places like libraries.
- You can do this with: settings.SESSION_EXPIRE_AT_BROWSER_CLOSE = True

Remember me case:
- Keep the cookie between browser sessions.
- This is the default in Django with
settings.SESSION_EXPIRE_AT_BROWSER_CLOSE = False

But can you change this on the fly depending on a user request?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to