CodeIgniter Forums
native session - 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: native session (/showthread.php?tid=32976)



native session - El Forum - 08-11-2010

[eluser]kkatusic[/eluser]
Hello,

I'm beginner in CI and I want use $_SESSION global variable, e.g.: $_SESSION['custom'].
I don't want use CI session library, now I am wondering where to put "session_start()"?

Thx


native session - El Forum - 08-11-2010

[eluser]verynewtothis[/eluser]
Inside the controller.


native session - El Forum - 08-11-2010

[eluser]kkatusic[/eluser]
Thx