mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
a464e74aa4
commit
c5281935c6
@ -213,7 +213,9 @@ class PhpSession extends Session
|
||||
public function refreshId()
|
||||
{
|
||||
$this->open();
|
||||
if ($this->exists()) {
|
||||
session_regenerate_id();
|
||||
}
|
||||
session_write_close();
|
||||
$this->hasBeenTouched = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user