Revert "Actually destroy session on logout"

This reverts commit 077b57ecb3.
This commit is contained in:
Hypolite Petovan 2020-08-07 22:49:48 -04:00
parent f0a0c6b822
commit b3dcecf987
1 changed files with 0 additions and 5 deletions

View File

@ -53,9 +53,4 @@ class Native extends AbstractSession implements ISession
session_start();
return $this;
}
public function clear()
{
session_destroy();
}
}