Wednesday, November 23, 2011

Clearing the cache for the IE back button

add the following code at the top of the page.


ini_set('session.cache_limiter', 'private');


http://shiflett.org/articles/how-to-avoid-page-has-expired-warnings

No comments: