Skip to content
Snippets Groups Projects
Commit 6db69c5d authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #11864 from owncloud/clear-session-after-logout

Clear session after logout
parents 90e523ea 770c62c5
Branches
No related tags found
No related merge requests found
...@@ -253,6 +253,7 @@ class Session implements IUserSession, Emitter { ...@@ -253,6 +253,7 @@ class Session implements IUserSession, Emitter {
$this->setUser(null); $this->setUser(null);
$this->setLoginName(null); $this->setLoginName(null);
$this->unsetMagicInCookie(); $this->unsetMagicInCookie();
$this->session->clear();
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment