Codeigniter session is not working on PHP 7 -


i using codeigniter version 3.0.6 on php 5.6 , works fine. when run same project on php 7.1 , codeigniter session not working. set session below

$login_session = $this->session->set_userdata("user_session",$session_data); 

when print $login_session blank on php 7

i found issue earlier version of codeigniter 3 , bug reported in website. bug has been fixed , in latest version of codeigniter 3 issue doesn't happen.

if in faulty version cogeinter consider replacing system folder latest version's one.

found answer here


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -