On Friday, November 11, 2011 1:21:51 AM UTC-5, rochacbruno wrote: > > > > 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? >
Maybe not by default, though -- logging out doesn't necessarily have to end the browser session.

