On 19 mar, 13:00, "tyman26" <[EMAIL PROTECTED]> wrote:
> Where do I set the 'SESSION_EXPIRE_AT_BROWSER_CLOSE= True'?  I added

The answer to the question: You can set the
'SESSION_EXPIRE_AT_BROWSER_CLOSE= True' in settings.py.. some as..

settings.py
...
DEBUG = True
TEMPLATE_DEBUG = DEBUG
SESSION_EXPIRE_AT_BROWSER_CLOSE=True
...

> this to the "settings" file and sync'd the database, but when I close
> the browser the session still stays intact.  Do I have to add this
> when the session is created?


--~--~---------~--~----~------------~-------~--~----~
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 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