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:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user