solution: In your PHP configuration open php.ini file and find the word “session.auto_start” set “On” session.auto_start=On Also can be set in .htaccess file and add below line, php_value session.auto_start 1 session.name = session