In my ASP, i need to be able to set a session.timeout and when the timeout happens, I would like to display a message to the user and then exit the page.
Is it possible to do that.

Also I would like to provide a countdown clock to the user until the timeout expires.

Thanks for any clues.