destroySession() public method
Session destroy handler.
This method should be overridden if $useCustomStorage returns true. Do not call this method directly.
public boolean destroySession ( $id ) | ||
---|---|---|
$id | string |
Session ID |
return | boolean |
Whether session is destroyed successfully |
Please login to continue.