1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Moving to e_REQUEST_* instead e_QUERY/e_SELF usage; set system browser cache to false by default; user logout event triggered a bit earlier

This commit is contained in:
secretr
2011-12-06 08:00:42 +00:00
parent f6c73c1868
commit 5343109394
6 changed files with 47 additions and 21 deletions

View File

@@ -1293,6 +1293,7 @@ class e_user extends e_user_model
{
if($force || null === $this->_session_data)
{
$this->_session_data = null;
$this->_session_key = e107::getPref('cookie_name', 'e107cookie');
$this->_session_type = e107::getPref('user_tracking', 'cookie');