CodeIgniter Forums
how to make different session in codeigniter hmvc ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how to make different session in codeigniter hmvc ? (/showthread.php?tid=53593)



how to make different session in codeigniter hmvc ? - El Forum - 07-30-2012

[eluser]Mario "St.Peter" Valentino[/eluser]
i have 2 application front end and back end.
front end for displaying data from backend.
back end for dashboard.
i confuse to make different session.
can anybody here give me solution ?


how to make different session in codeigniter hmvc ? - El Forum - 07-31-2012

[eluser]astroanu[/eluser]
a session value can store data as an array.

did you try making two arrays for the frontend user and the backend user and adding it as a multidimensional array in to the session array?