Actually destroy session on logout
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 New Issue