mirror of
https://github.com/friendica/friendica
synced 2024-11-13 15:53:43 +01:00
Actually destroy session on logout
This commit is contained in:
parent
e23f7d5a35
commit
077b57ecb3
|
@ -53,4 +53,9 @@ class Native extends AbstractSession implements ISession
|
|||
session_start();
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function clear()
|
||||
{
|
||||
session_destroy();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue