Hello.
I have a question about handling special cases of session expiration.
In a project I'm working on, the users must log out or else their
profile will be left in an unusable state -- at least until the
administrator fixes it by hand.
What is the proper way of handling this? Is there a way to supply a
function that is called when a session times out? What if the browser
is closed?
I realize the best solution might depend on many things, so I'll be
grateful for any pointers.
Thanks,
andrej
I have a question about handling special cases of session expiration.
In a project I'm working on, the users must log out or else their
profile will be left in an unusable state -- at least until the
administrator fixes it by hand.
What is the proper way of handling this? Is there a way to supply a
function that is called when a session times out? What if the browser
is closed?
I realize the best solution might depend on many things, so I'll be
grateful for any pointers.
Thanks,
andrej
Comment