We are working on an application that stores user entered data in a session object. The application is a type of wizard, if the user's session times out we want to display a message and send the user to the start of the wizard again.
How can I best do this?
Thanks in advance for the help.