DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 07:06:24 +0000 (15:06 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 07:06:24 +0000 (15:06 +0800)
DataObjects/Person.php

index 276fe65..19b3229 100644 (file)
@@ -432,6 +432,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
 
         $_SESSION[__CLASS__][$sesPrefix .'-auth'] = "";
         unset($_SESSION[__CLASS__]);
+        session_regenerate_id ( true );
         
     }    
     function genPassKey ($t)