Re: SESSION_EXPIRE

2007-05-02 Thread martyn
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 SESSI

Re: SESSION_EXPIRE

2007-03-21 Thread ScottB
On Mar 19, 6:00 pm, "tyman26" <[EMAIL PROTECTED]> wrote: > Where do I set the 'SESSION_EXPIRE_AT_BROWSER_CLOSE = True'? I added > 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 create

Re: SESSION_EXPIRE

2007-03-19 Thread Aidas Bendoraitis
Two things, that might be the cause of your problem: a) Have you restarted your browser or at least removed settings.pyc after the changes? b) If you use Mac OS and you close the window of your browser, the browser itself isn't closed. Press Cmd+Q to close the browser completely. Regards, Aidas B