Hi, I am using the AuthTktAuthenticationPolicy for authentification and set a timeout to invalidate the auth_tkt cookie after some time of user inactivity. The cookie's timeout is reissued on every request which requires an authetification. This works good so far.
What I want is to reissue the cookie on every request and not only on the ones which requires authentification. So how to explicit trigger the refresh/reissue of the authentification cookie? Can someone give me an example? My preferred approach so far is to implement this in a tween. Is this a reasonable way? Torsten -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
