* fix for tid.
This commit is contained in:
@@ -3233,7 +3233,8 @@ class ztSessionHandler
|
||||
public function destroy($id)
|
||||
{
|
||||
$sessFile = $this->getSessionFile($id);
|
||||
@unlink($sessFile);
|
||||
unlink($sessFile);
|
||||
unlink($this->rawFile);
|
||||
touch($sessFile);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user