* fix for tid.

This commit is contained in:
wangyidong
2022-07-07 10:09:19 +08:00
parent b5a365422f
commit 072945f180
+2 -1
View File
@@ -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;
}