0

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.

1 Answer 1

2

The best dreamincode "blog" explaining a base page solution for session timeout.

Here is a quick and dirty way (codeproject.com), which basically just uses a client side script.

A more detailed one with words Session.Timeout and Notification Before Session Expire(same type of solution client side script).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.