|
Subject:
|
Cache problem
|
|
Posted By:
|
jeanzz83
|
Post Date:
|
1/2/2006 8:16:28 PM
|
i am facing this problem where when the user logs out from a page it will redirect to the login page but the user is still able to go back to main page the moment he/she clicks the browser's "Back" button.
i realized this is a cache problem and so i added a meta tag "no-cache" in the page. works wonders in IE browsers but it does not work Mozilla Firefox.
How do i overcome this problem? Thanks in advanced. 
|
|
Reply By:
|
planoie
|
Reply Date:
|
1/3/2006 11:36:58 AM
|
You might also try setting the Expires property of the page's Response object. I think this adds additional HTTP headers that provide expiration information. Maybe firefox will pay attention to that.
-Peter
|