Revert "Actually destroy session on logout"
This reverts commit 077b57ecb3
.
This commit is contained in:
parent
f0a0c6b822
commit
b3dcecf987
1 changed files with 0 additions and 5 deletions
|
@ -53,9 +53,4 @@ class Native extends AbstractSession implements ISession
|
||||||
session_start();
|
session_start();
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function clear()
|
|
||||||
{
|
|
||||||
session_destroy();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue