Session expired and click on back button

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top