Welcome Guest, Not a member yet? Register   Sign In
Tutorial for CI's session with session table and encryption
#7

[eluser]InsiteFX[/eluser]
You need to load the Session Library most users do this in application/config/autoload.php
Code:
$autoload['libraries'] = array('database', 'session');
Then you just use the Session Class methods to work with your sessions

You can find this in the CodeIgniter User Guide - Session Class

InsiteFX


Messages In This Thread
Tutorial for CI's session with session table and encryption - by El Forum - 05-26-2011, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB