mirror of
https://github.com/getgrav/grav.git
synced 2026-05-09 00:37:13 +02:00
Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
# Conflicts: # CHANGELOG.md
This commit is contained in:
@@ -225,8 +225,10 @@ class Session implements SessionInterface
|
||||
$params['httponly']
|
||||
);
|
||||
|
||||
session_unset();
|
||||
session_destroy();
|
||||
if ($this->isSessionStarted()) {
|
||||
session_unset();
|
||||
session_destroy();
|
||||
}
|
||||
|
||||
$this->started = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user