On 10/11/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> But how do I set "never" ? I tried several possibilities, as:
>
> session.cookie_expires(False)
>
> but none worked.
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
-~----------~----~----~----~------~----~------~--~---