Index: branches/RC/core/kernel/session/session.php =================================================================== diff -u -N -r10458 -r10580 --- branches/RC/core/kernel/session/session.php (.../session.php) (revision 10458) +++ branches/RC/core/kernel/session/session.php (.../session.php) (revision 10580) @@ -459,6 +459,7 @@ $this->Data = new Params(); $tmp_sid = $this->GetPassedSIDValue(); +// if (!$tmp_sid) return; $check = $this->Check(); if( !(defined('IS_INSTALL') && IS_INSTALL) )