DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Thu, 22 Oct 2015 05:27:20 +0000 (13:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 22 Oct 2015 05:27:20 +0000 (13:27 +0800)
DataObjects/Person.php

index 79dc10d..177f6c8 100644 (file)
@@ -468,6 +468,8 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         
         $sesPrefix = $this->sesPrefix();
         
+        $_SESSION[get_class($this)][$sesPrefix .'-auth-timeout'] = -1;
+        
         $_SESSION[get_class($this)][$sesPrefix .'-auth'] = "";
         
     }