DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Fri, 16 Aug 2013 02:57:33 +0000 (10:57 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 Aug 2013 02:57:33 +0000 (10:57 +0800)
DataObjects/Person.php

index a110f38..a5442b4 100644 (file)
@@ -232,7 +232,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
             
             // force a logout - without a check on the isAuth - as this is called from there..
             $db = $this->getDatabaseConnection();
-            $sesPrefix = get_class($this) .'-'.$db->dsn['database'] ;
+            $sesPrefix = $ff->appNameShort .'-'.get_class($this) .'-'.$db->dsn['database'] ;
             $_SESSION[__CLASS__][$sesPrefix .'-auth'] = "";
             return false;