mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #11864 from owncloud/clear-session-after-logout
Clear session after logout
This commit is contained in:
commit
6db69c5d05
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