Welcome Guest, Not a member yet? Register   Sign In
phpCAS integration
#1

[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.
#2

[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...




Theme © iAndrew 2016 - Forum software by © MyBB