13 Sep
2003
13 Sep
'03
11:18 a.m.
Praveen Kumar wrote at 2003-9-11 09:59 +0530:
Thank you so much for your suggestion. It is Logging out but once I press the back button in the browser it is going to the authenticated page.
Browsers usually use their cache to implement their backward/forward buttons. Of course, in the cache, you still have the "authenticated" page. You may try to use cache control headers (see HTTP 1.1 specification). However, there is no garantee that the browser respects them for backward/forward. Dieter