CodeIgniter Forums
How can I use native sessions. Cause CI cookies is unable for me. - 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 can I use native sessions. Cause CI cookies is unable for me. (/showthread.php?tid=20422)



How can I use native sessions. Cause CI cookies is unable for me. - El Forum - 07-09-2009

[eluser]Nurbek[/eluser]
I've heard about using native sessions in CI
I dont know about it.
I need , someone explane me in detail, in how way I can realize it.


How can I use native sessions. Cause CI cookies is unable for me. - El Forum - 07-09-2009

[eluser]GSV Sleeper Service[/eluser]
http://codeigniter.com/wiki/Native_session/

just drop this in your libraries folder, and sessions work as you'd expect them to, no more weirdness with IE.


How can I use native sessions. Cause CI cookies is unable for me. - El Forum - 07-09-2009

[eluser]Nurbek[/eluser]
GSV Sleeper Service
I'm very happy that sessions start work
Regards for you. Thank very much. I was in torment for few days.


How can I use native sessions. Cause CI cookies is unable for me. - El Forum - 07-09-2009

[eluser]Phil Sturgeon[/eluser]
session_starter() and $_SESSION work fine too Nurbek. Don't forget that this is just PHP with a few extra classes.