Is it possible to have something happen when leaving a page? I have a variable stored in session that I want to only exist while on a particular page; at the moment I have other pages removing that variable, but then if the user opens another page in a new tab it causes an error. Is there a way to clear the variable when navigating away from the page?
(For context, I'm storing the variable in session so that it can be accessed from modules which are called via Ajax.) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

