Jon,
For newbies like myself... Standard environment.py seems to have no
mention of myghty and this line:
return pylons.config.Config({}, map, paths)
I guess what you mean is this:
myghty = {'session_cookie_expires': False}
return pylons.config.Config(myghty, map, paths)
Right? Thanks in advance!
Sergey.
On 10/11/06, Jon Rosebaugh <[EMAIL PROTECTED]> wrote:
> If you put myghty['session_cookie_expires'] = False in your
> environment.py, the cookie should have the maximum lifetime permitted
> by the standard. ("never" isn't actually an option, though I think
> "three years from now" is, and that's close enough in internet terms).
> However, the browser is under no obligation to let the cookie last
> that long.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---