CodeIgniter Forums
phpCAS integration - 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: phpCAS integration (/showthread.php?tid=16373)



phpCAS integration - El Forum - 03-04-2009

[eluser]jakemac[/eluser]
I was wondering how to integrate CodeIgniter with an existing phpCAS setup. Do I have to use regular php sessions as opposed to CI sessions? Example code would be great.


phpCAS integration - El Forum - 03-04-2009

[eluser]TheFuzzy0ne[/eluser]
If phpCAS uses native PHP sessions, then let it use them. For any data you need to store in cookies, you should be able to use CodeIgniter's session class at the same time without any problems.

EDIT: I take that back. I'm not sure if you can mix the two...