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]

Reply via email to