Index: trunk/core/units/general/inp_ses_storage.php =================================================================== diff -u -N -r2946 -r3021 --- trunk/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 2946) +++ trunk/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 3021) @@ -23,6 +23,7 @@ if ($ses_mode == 0) $mode = smGET_ONLY; if ( defined('ADMIN') && ADMIN ) $mode = smAUTO; $this->SetMode($mode); + $this->SetCookieName( $this->Application->ConfigValue('SessionCookieName') ); $this->SetCookieDomain(SERVER_NAME); parent::Init($prefix,$special);