oscar tackstrom wrote: > Hi, > > Could someone point me to info on how to update the cookie expiration > time with Pylons and auth_kit? I want the authentication to only last > for 15 minutes after the last request was made by the user. Right now > I can only set the expiration time in the configuration file, but I > can't find any information on how to update it on each request. > > That's impossible with AuthKit. Supply fix for AuthKit author or write your own authentication middleware using beaker session (Beaker session can do what you want).
Regards, Dalius --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
