|
|
|
@ -69,8 +69,6 @@ class ChamiloSession extends System\Session |
|
|
|
|
*/ |
|
|
|
|
static function start($already_installed = true) |
|
|
|
|
{ |
|
|
|
|
global $_configuration; |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
* Prevent Session fixation bug fixes |
|
|
|
|
* See http://support.chamilo.org/issues/3600 |
|
|
|
@ -112,7 +110,7 @@ class ChamiloSession extends System\Session |
|
|
|
|
}*/ |
|
|
|
|
// If the session time has expired, refresh the starttime value, |
|
|
|
|
// so we're starting to count down from a later time |
|
|
|
|
if ( $session->has('starttime') && $session->is_expired()) { |
|
|
|
|
if ($session->has('starttime') && $session->is_expired()) { |
|
|
|
|
$session->destroy(); |
|
|
|
|
} else { |
|
|
|
|
//error_log('Time not expired, extend session for a bit more'); |
|
|
|
|