mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Remove potential mismatching dav session data during login
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
a0bf65dad9
commit
de3099b4d6
1 changed files with 1 additions and 0 deletions
|
|
@ -371,6 +371,7 @@ class Session implements IUserSession, Emitter {
|
|||
|
||||
if ($regenerateSessionId) {
|
||||
$this->session->regenerateId();
|
||||
$this->session->remove(Auth::DAV_AUTHENTICATED);
|
||||
}
|
||||
|
||||
$this->setUser($user);
|
||||
|
|
|
|||
Loading…
Reference in a new issue