Welcome Guest, Not a member yet? Register   Sign In
sessions don't seem to be working
#8

[eluser]bretticus[/eluser]
[quote author="ggoforth" date="1254054931"]Don't quote me on this, but I knew of someone else that was having trouble with this. He said it was because of the way CI handles sessions, it stores all the data in a string in a cookie on the client side. There was something wrong with the way IE 7 and 8 were handling this string, and as such we could not use CI sessions. We went with a third party CI database class that ended up working VERY well. Again, I am not an expert, but this is a common problem that I've heard.[/quote]

You might try setting up database sessions (very easy to configure) or encrypting your cookie data (also a config.php one liner.)

Be aware, cookies can only hold up to 4k (not that you are anywhere close.)

Or, if that doesn't work, you could try and use real PHP sessions (I guess that is what Session Hybrid does.)

Good Luck!


Messages In This Thread
sessions don't seem to be working - by El Forum - 09-26-2009, 08:35 PM
sessions don't seem to be working - by El Forum - 09-27-2009, 12:42 AM
sessions don't seem to be working - by El Forum - 09-27-2009, 01:35 AM
sessions don't seem to be working - by El Forum - 09-28-2009, 09:48 PM
sessions don't seem to be working - by El Forum - 09-28-2009, 09:49 PM
sessions don't seem to be working - by El Forum - 09-29-2009, 01:59 AM
sessions don't seem to be working - by El Forum - 10-01-2009, 08:52 PM
sessions don't seem to be working - by El Forum - 10-01-2009, 11:51 PM
sessions don't seem to be working - by El Forum - 10-24-2009, 10:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB