[Repoze-dev] too much remembering in turbogears2

2009-06-26 Thread alexbodn . groups
hello friends, it goes like this: i'm logging in to a turbogears app. then i stop the app, create a new app and start the new one, that doesn't have the previously logged in user yet in it's db. when opening a page from the new app, it shows like i'm still logged in (i didn't close the

Re: [Repoze-dev] too much remembering in turbogears2

2009-06-26 Thread Chris McDonough
A workaround for this symptom was added to repoze.who 1.0.14 (contributed by Gustavo Narea) which allows the auth_tkt configuration to specify a userid_checker. If you pass a callable in to the auth_tkt identifier plugin's constructor, that callable will be called with the userid; if it