Session expired and click on back button

G

Guest

hi
I am working on asp.net application. after login i am viewing Page 1 . Page
2 Page 3 and click on logout. That means my session is expired but when i
am clicked on browser back button it will show me page 3...2...1.
I want solution for this case as when user is log out and he try to click on
back button the system should redirect him to Login Page.


Regards,

Sachin Narute.
 
R

Richard Dudley

One way I've handled it is like this:
http://aspalliance.com/694

When the pages are not cached locally, the browser will return to the server
to reload them, and at that time, the user will be redirected properly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top