CodeIgniter Forums
Get Session ID out of URL? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Get Session ID out of URL? (/showthread.php?tid=13696)



Get Session ID out of URL? - El Forum - 12-02-2008

[eluser]ryeguy[/eluser]
Is there a way to use CI's sessions and have it get the session ID out of the url instead of a cookie?

Should I just use native php sessions?


Get Session ID out of URL? - El Forum - 12-02-2008

[eluser]Rey Philip Regis[/eluser]
Based on what I read about CI Sessions it uses cookies and I dont know if CI sessions can do that. My suggestion is use native php sessions. There are also native session libraries created for CI, there PHPSession Library, KNDB Library and others.... I used PHPSession library currently in my project.

Hope that helps..