1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

cross-browser cache issues

This commit is contained in:
secretr
2011-01-14 12:19:03 +00:00
parent 7918c28698
commit 0c794e2fb4
4 changed files with 25 additions and 117 deletions

View File

@@ -441,7 +441,11 @@ class e_session
{
session_cache_limiter((string) $this->_sessionCacheLimiter);
}
elseif(!defined('e_NOCACHE') || !e_NOCACHE)
{
session_cache_limiter('private');
}
session_start();
return $this;