Welcome Guest, Not a member yet? Register   Sign In
Session persistence problems
#1

[eluser]Nick Jennings[/eluser]
Hi Everyone,

I'm new to CodeIgniter and am trying to implement some basic session management, but it seems everytime I reload the page, I get a new session_id. Am I missing some key element here? I've read the docs on sessions and don't see anything wrong I'm doing.

Here is a simple test case:


In the controller I use:
Code:
$this->load->library('session');

In before passing to the view, I grab the session ID:
Code:
$data['session_id'] = $this->session->userdata('session_id');

When I print the session_id var in the view, I get a new session ID on each page reload.

I think I'm overlooking something very simple, any help is greatly appreciated.
Thanks,
Nick


Messages In This Thread
Session persistence problems - by El Forum - 12-30-2008, 11:17 AM
Session persistence problems - by El Forum - 12-30-2008, 11:19 AM
Session persistence problems - by El Forum - 12-30-2008, 02:21 PM
Session persistence problems - by El Forum - 01-02-2009, 01:18 PM
Session persistence problems - by El Forum - 01-05-2009, 05:04 AM
Session persistence problems - by El Forum - 01-07-2009, 10:23 PM
Session persistence problems - by El Forum - 05-15-2010, 02:37 AM
Session persistence problems - by El Forum - 10-11-2010, 10:41 AM
Session persistence problems - by El Forum - 10-11-2010, 12:05 PM
Session persistence problems - by El Forum - 10-11-2010, 12:55 PM
Session persistence problems - by El Forum - 10-14-2010, 07:37 AM
Session persistence problems - by El Forum - 10-14-2010, 07:52 AM
Session persistence problems - by El Forum - 10-14-2010, 08:06 AM
Session persistence problems - by El Forum - 10-14-2010, 08:17 AM
Session persistence problems - by El Forum - 10-14-2010, 08:22 AM
Session persistence problems - by El Forum - 10-14-2010, 12:22 PM
Session persistence problems - by El Forum - 10-14-2010, 02:26 PM
Session persistence problems - by El Forum - 10-14-2010, 04:20 PM
Session persistence problems - by El Forum - 10-15-2010, 12:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB