Welcome Guest, Not a member yet? Register   Sign In
Internet Explorer is having problems with my session data
#6

[eluser]Lukifer[/eluser]
I'd recommend using native PHP sessions over the CI ones, since CI stores all its session variables in the cookie. See Native Session in the wiki. You can then debug your session with:
Code:
var_dump($_SESSION);


Messages In This Thread
Internet Explorer is having problems with my session data - by El Forum - 06-02-2008, 11:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB