Index: branches/RC/core/units/general/inp_ses_storage.php =================================================================== diff -u -N -r10294 -r10580 --- branches/RC/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 10294) +++ branches/RC/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 10580) @@ -47,7 +47,7 @@ { $this->Storage->DeleteSession($this); $this->Storage->DeleteEditTables(); - $this->Data =& new Params(); + $this->Data = new Params(); $this->SID = ''; if ($this->CookiesEnabled) $this->SetSessionCookie(); //will remove the cookie due to value (sid) is empty $this->SetSession(); //will create a new session