Welcome Guest, Not a member yet? Register   Sign In
How to get session data through CLI?
#2

Sessions in the context of CodeIgniter and in web development in general, are a concept that works under HTTP. They don't have any other purpose than maintaining state between HTTP requests and you shouldn't be dealing with them under CLI. In fact, the Session library will intentionally not load itself under CLI at all.
Reply


Messages In This Thread
How to get session data through CLI? - by pingwin - 04-07-2015, 10:43 AM
RE: How to get session data through CLI? - by Narf - 04-07-2015, 01:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB