CodeIgniter Forums
Start two different 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: Start two different session (/showthread.php?tid=62354)



Start two different session - StratoKyke - 07-05-2015

How should I do if I wanted to be able to start two different sessions? One for the site, and then for users and a just for acp?


RE: Start two different session - advoor - 07-05-2015

Why do you need two different sessions? Just use two different variables, one for the site and one for anything else, and unset them when they are not required.


RE: Start two different session - StratoKyke - 07-05-2015

Yes yes I realizedWink I got there alone.

I just change
$this->session->set_userdata('"this"', $sess_array);