DataObjects/Person.php
authorChris <chris@roojs.com>
Mon, 6 May 2013 10:44:03 +0000 (18:44 +0800)
committerChris <chris@roojs.com>
Mon, 6 May 2013 10:44:03 +0000 (18:44 +0800)
DataObjects/Person.php

index 06fd0f7..4c1f62a 100644 (file)
@@ -313,6 +313,8 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         $db = $this->getDatabaseConnection();
         $sesPrefix = get_class($this) .'-'.$db->dsn['database'] ;
         
+        print_r($_SESSION);exit;
+        
         if (!empty($_SESSION[__CLASS__][$sesPrefix .'-auth'])) {
             $a = unserialize($_SESSION[__CLASS__][$sesPrefix .'-auth']);