mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Do not remove complete encrypted session key when just a key should be removed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
2ff840b5c1
commit
c412821606
1 changed files with 0 additions and 1 deletions
|
|
@ -143,7 +143,6 @@ class CryptoSessionData implements \ArrayAccess, ISession {
|
|||
$reopened = $this->reopen();
|
||||
$this->isModified = true;
|
||||
unset($this->sessionValues[$key]);
|
||||
$this->session->remove(self::encryptedSessionName);
|
||||
if ($reopened) {
|
||||
$this->close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue