mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Clear session after logout
Fixes https://github.com/owncloud/core/issues/8420
This commit is contained in:
parent
ea55848fa1
commit
770c62c5d8
1 changed files with 1 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ class Session implements IUserSession, Emitter {
|
|||
$this->setUser(null);
|
||||
$this->setLoginName(null);
|
||||
$this->unsetMagicInCookie();
|
||||
$this->session->clear();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue