[eluser]Unknown[/eluser]
Hi, I'm using CI 1.6.3 and I store user login data (user id, etc.) using CI's session class. It's good, but now I need to grab the login data from the cookie to integrate with a forum.
It seems that the CI session class references the active controller using get_instance. Is it possible to use it outside CI?
I suppose I can always grab the data out of the cookie and unserialize it if it's not encrypted, but that doesn't handle the cases handled in sess_run (last activity & session id updating, hash verification), plus I'd rather use prewritten, pretested code

.
Thanks,
William.