I had posted a sessions question a while back and thank you for your answers, but I do have a few more.
What are the benefits of using CI sessions? It appears to me that one benefit is more control of the life of each session. Also, I do like not having to session_start on every page.
But the CI session info is stored in cookies / client side.
Isn’t that more prone to errors and security issues?
Plus, if cookies are disabled at the user’s browser, then what? I don’t believe browsers can disable PHP sessions, true?
I am sure there are benefits to CI’s version and perhaps I’m not experienced enough to see them. Isn’t that why you’re here?
John
