which auth system are you using? authkit allows you to set the expire time in the config. I would suspect it would be relatively easy to send a separate expire time based on your checkbox. The session will expire in certain events regardless of the expiration as the secret may have been reset and you'll get a Bad Cookie message.
With repoze.who, the default is a cookie with no expiration. You could overload .remember() with your own method and set an expire time for selected logins. -- 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.
