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

[eluser]joshsmith[/eluser]
Hello everyone,

Iam new to codeignite; in my learning stage. I just looked over the session in the userguide and my understanding is all i need is
Code:
$this->load->library('session');
to load a session? Now where exactly would i lode this, if password and username are correct then load session from library then just load a view page?

My second question is if i wanted to make session/cookies more secure would i have to create a new function to store into my database (does that have to be in the model or controller)
I'm guessing i would do this once i load session after they have logged on?


Thank you very much

Josh
#2

[eluser]danmontgomery[/eluser]
have you read http://ellislab.com/codeigniter/user-gui...sions.html?




Theme © iAndrew 2016 - Forum software by © MyBB