CodeIgniter Forums
How I can update CI_SESSION - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How I can update CI_SESSION (/showthread.php?tid=72015)



How I can update CI_SESSION - Girish - 10-25-2018

Hello Programmer,

I need to update the CI_SESSION pre and post login but i couldn't find the solution how i can do that. I have tried like this

@session_start();
$this->session->set_userdata("CI_SESSION",session_id());

but it's not working. 

Please help me to sort this issue.

Thanks in advance. 

Girish Phalak


RE: How I can update CI_SESSION - php_rocs - 10-25-2018

@Girish,

This may be helpful to you... https://codeigniter.com/user_guide/libraries/sessions.html?highlight=session