includes/common/KT_functions.inc.php change the code and instert the following line “session_name(“cdlmpalampani”);” LINE 520 function KT_session_start() { if (!session_id()) { session_name(“cdlmpalampani”); @session_start(); if (!session_id()) { die(‘Your session is incorrectly defined and cannot be started. Check your php.ini configuration.’); } }