auth.settings.logout_onlogout = lambda user: session.clear()
On Jan 29, 7:35 am, Bruno Rocha <[email protected]> wrote: > I want to clean session (remove / delete) the session file > > *auth.settings.logout_onlogout = lambda user: remove_session(user)* > > def remove_session(user): > ???????????? > > Does anybody implemented that kind of function? > > I will wait for someone to share it before starting code my own... > > -- > > Bruno Rocha > [http://rochacbruno.com.br]

