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

[eluser]Randy Casburn[/eluser]
Hi,

1) When you re-created your table without 'NOT NULL' that fixed your DB problem.
-- Please do not be worried about this as your application will be fine and no harm will be done
2)
Quote:I was under the impression that these session variables would only be in the ci_sessions table, not in the cookie.

The values are stored in both places.

If you're interested in the specifics, open the libraries/sessions.php file. At line 298 you'll find the sess_create() method. In this method $this->user_data is defined. The last statement in the method is a call to $this->set_cookie(). That method is at line 634. In the set_cookie() method $cookie_data is assgined the value of $this->user_data. Then, the $cookie_data is written to the cookie.

That's what takes place.
---

So the bottom line is this: You've solved your problem but perhaps discovered an unexpected result along the way.

Hope this is has all been helpful.

Randy


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