On Wed, Nov 9, 2011 at 5:14 PM, Massimo Di Pierro < [email protected]> wrote:
> auth.settings.logout_onlogout = lambda user: do_something_with(user) Why dont we clean the specific session file/registry when user logged out? *auth.settings.logout_onlogout = lambda user: remove_session(user)* is there a problem on doing that? -- Bruno Rocha [http://rochacbruno.com.br]

