Looking over the manual pages for session_cache_expire and session_cache_limiter, I’m a bit confused as to what these could possibly have to do with sessions. It seems to be that these control the hints sent to the browser as to how long to read a page from the local cache before re-requesting it, but how does that effect sessions?
Looking over the manual pages for session_cache_expire and session_cache_limiter , I’m a bit confused
Share
You might find http://shiflett.org/articles/how-to-avoid-page-has-expired-warnings interesting.