Welcome Guest, Not a member yet? Register   Sign In
Accessing session variables from outside the CI app
#2

[eluser]Dam1an[/eluser]
If you're using native PHP sessions ($_SESSION) then there is no reason why you can't access that from outside of CI. If you're using the session class, there's a lot of dependencies.
In the constructor alone it calls
- log_message
- get_instance
- string_helper
and possibly
- encrypt library
- database classes


Messages In This Thread
Accessing session variables from outside the CI app - by El Forum - 07-15-2009, 02:42 PM
Accessing session variables from outside the CI app - by El Forum - 07-15-2009, 03:49 PM
Accessing session variables from outside the CI app - by El Forum - 07-16-2009, 12:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB