Welcome Guest, Not a member yet? Register   Sign In
Form and user data advice needed!!!
#13

[eluser]TheFuzzy0ne[/eluser]
I still don't understand why you need the session ID. What's wrong with:

Code:
$this->session->set_userdata('user_id', '12345');

Now that data is in the session and can be retrieved with:
Code:
$user_id = $this->session->userdata('user_id');

CodeIgniter takes care of everything for you. You don't even need to know the session ID.

Am I missing something obvious? I can't help but wonder, since I've never needed know the session ID before.


Messages In This Thread
Form and user data advice needed!!! - by El Forum - 04-11-2013, 01:12 AM
Form and user data advice needed!!! - by El Forum - 04-11-2013, 03:46 AM
Form and user data advice needed!!! - by El Forum - 04-11-2013, 11:05 PM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 01:23 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 01:35 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 01:50 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 02:14 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 02:35 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 02:58 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 04:05 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 07:07 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 07:09 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 07:22 AM
Form and user data advice needed!!! - by El Forum - 04-12-2013, 07:32 AM
Form and user data advice needed!!! - by El Forum - 04-15-2013, 07:53 AM
Form and user data advice needed!!! - by El Forum - 04-15-2013, 08:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB