Welcome Guest, Not a member yet? Register   Sign In
New CI 1.7 session class database error
#26

[eluser]guilherme.muller[/eluser]
Hi there, thought I could contribute with some notes as well...

I had trouble with MySQL and the new Sessions library too. Had to set the user_data column to allow NULL values to work. BUT, there was another problem that was causing the session to instantly logout.

So, if you were using a check with the strict equality or strict inequality operator, like this:

if ($this->session->userdata('logged') !== TRUE) {

It will not work anymore, because Codeigniter serializes it as '1' instead of TRUE. If you use cookies, maybe it will still work. For my sessions to work I had to change the '!==' to '!='.


Messages In This Thread
New CI 1.7 session class database error - by El Forum - 10-25-2008, 07:09 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 07:19 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 07:32 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 07:35 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 07:39 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 08:35 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 08:48 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 08:49 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 08:59 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:02 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:11 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:16 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:17 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:20 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:22 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:23 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:25 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:27 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:35 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:40 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:46 PM
New CI 1.7 session class database error - by El Forum - 10-25-2008, 09:59 PM
New CI 1.7 session class database error - by El Forum - 10-26-2008, 05:51 AM
New CI 1.7 session class database error - by El Forum - 10-26-2008, 08:54 AM
New CI 1.7 session class database error - by El Forum - 10-28-2008, 11:30 PM
New CI 1.7 session class database error - by El Forum - 10-29-2008, 07:56 AM
New CI 1.7 session class database error - by El Forum - 10-29-2008, 04:21 PM
New CI 1.7 session class database error - by El Forum - 11-11-2008, 07:24 PM
New CI 1.7 session class database error - by El Forum - 11-11-2008, 07:39 PM
New CI 1.7 session class database error - by El Forum - 11-15-2008, 10:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB