Ver código fonte

modify timeout

stanley-king 9 anos atrás
pai
commit
dc122b6585
1 arquivos alterados com 1 adições e 1 exclusões
  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';