URL Redirect After Session.Quit In Web App

Hello, I have a XOJO Web Edition project and wish to re-direct to another URL when I destroy a session with Session.Quit. Once Session.Quit fires the user by default receives the “The application has gone off-line. Please try again later.”, which is normally fine, however on this occasion I would like to push the user back to the main website. Any advice greatly appreciated.

Kind regards, Andrew

Redirect them instead of using Session.Quit. The Session will eventually die off.

Thank you Phillip, will do.

Kind regards, Andrew