Browse Source

modify timeout

stanley-king 9 năm trước cách đây
mục cha
commit
dc122b6585
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      helper/session.php

+ 1 - 1
helper/session.php

@@ -11,7 +11,7 @@ class session
     static $stInstance = NULL;
     private $fdestroy = false;
 
-    const sid_expire = 3;
+    const sid_expire = 1;
     const prefix = 'PHPSESSID';
     const session_name = 'PHPSESSID';