I am using CakePHP 3.0, and uploaded it to the server, it was working fine in local but somehow after uploading it to server it shows error
Notice (8): Undefined variable: _SESSION [CORE/src/Network/Session.php, line 438]
If any have idea about that please help me. I am still trying to solve it.
I have also tried to put session_start();
in AppController
and many other places but then it goes blank.