Author: efinkelb | Posted on: 11/27/2008 5:50:49 AM | Views : 764

Hi everybody, here is my scenario.
I have a asp net web page. It has its sign out button on the navigation bar - in every page. It uses windows forms security.
I want the user can use browser back buttons while he is logged in. In order to do this, I have to allow page cache.
BUT... once the user signs out, I want him to be UNable to see previous pages. 
So, I do not want to avoid page cache, because I want the user can use it when it is logged in, but I want that once he logged out he can not go back and see previous pages.

Is there any way??

...

Go to the complete details ...