DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 08:22:08 +0000 (16:22 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 08:22:08 +0000 (16:22 +0800)
DataObjects/Person.php

index 97da84b..e0f0734 100644 (file)
@@ -263,6 +263,9 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         
         @session_start();
          
+        
+        print_R($_SESSION);
+         
         if (!empty($_SESSION[get_class($this)][$sesPrefix .'-auth'])) {
             // in session...
             $a = unserialize($_SESSION[get_class($this)][$sesPrefix .'-auth']);