Sessions never end. Do you want to detect logout? auth.settings.logout_onlogout = lambda user: do_something_with(user)
On Nov 9, 11:58 am, Sathvik Ponangi <[email protected]> wrote: > Is there someway that I could call a function when the user ends their > session?

