Welcome Guest, Not a member yet? Register   Sign In
creating session variable in codeigniter
#1

[eluser]Unknown[/eluser]
Hi guys,

I'm just new in codeigniter. I just want to know how to create and use a session in codeigniter. Without codeigniter, you can simply create and a session with this syntax:

//declaring session
$_SESSION['test']="test";
//displaying session variable
echo $_SESSION['views'];

Your response will be great appreciated.. Thanks..

Cheers!
#2

[eluser]Mat-Moo[/eluser]
Help files are SUPER for CI, use them Smile
http://ellislab.com/codeigniter/user-gui...sions.html
#3

[eluser]Unknown[/eluser]
Thanks for the quick response sir.. Appreciate it..




Theme © iAndrew 2016 - Forum software by © MyBB