Welcome Guest, Not a member yet? Register   Sign In
RA_Session - Version 2.3 Updated
#12

[eluser]systemsos[/eluser]
This is the tiny script I wrote to test your query (let me know if it needs to change)
Code:
$i = $this->ra_session->userdata('user_id') + 1;
$this->ra_session->set_userdata('user_id', $i);
        
        
//$this->ra_session->persistant_session(FALSE);
//$this->ra_session->sess_destroy();
        
echo $this->ra_session->userdata('user_id');

I uncommented those two lines to see the different results when used together/separately etc.

The wiki is updated for you - all working (as intended now).

Thanks again Joe. http://codeigniter.com/wiki/RA_session/


Messages In This Thread
RA_Session - Version 2.3 Updated - by El Forum - 02-20-2008, 07:22 PM
RA_Session - Version 2.3 Updated - by El Forum - 02-20-2008, 09:05 PM
RA_Session - Version 2.3 Updated - by El Forum - 02-20-2008, 09:37 PM
RA_Session - Version 2.3 Updated - by El Forum - 02-20-2008, 09:46 PM
RA_Session - Version 2.3 Updated - by El Forum - 02-20-2008, 10:27 PM
RA_Session - Version 2.3 Updated - by El Forum - 02-21-2008, 05:53 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-21-2008, 08:05 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-21-2008, 08:12 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 08:11 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 08:28 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 09:07 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 09:19 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 09:51 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 09:52 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 09:54 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 09:54 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 09:57 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-25-2008, 10:01 AM
RA_Session - Version 2.3 Updated - by El Forum - 03-03-2008, 04:24 PM
RA_Session - Version 2.3 Updated - by El Forum - 04-11-2008, 03:04 AM
RA_Session - Version 2.3 Updated - by El Forum - 02-23-2010, 07:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB