Hello, Michi, According to the paste source code (http://pythonpaste.org/paste/ session.py.html?f=275&l=328#275) those variables are retrieved from your global config (in my case, development.ini). So just add a variable called session_expiration to that, with the time in minutes you want as your expiration time.
I hope this helps! Regards, Filip de Waard Bibliobox.com Tel: +31 648012240 On 1-mei-2007, at 4:09, michi wrote: > > Hello, > > How can I specify session expiration option per user basis? > > By default, the session expires when the user closes the browser. I > want to make the "remember me" option so that usr can choose to stay > logged in after closing the browser. > > Thanks! > --Michi > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
