creating session variable in codeigniter |
[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!
[eluser]Mat-Moo[/eluser]
Help files are SUPER for CI, use them ![]() http://ellislab.com/codeigniter/user-gui...sions.html
[eluser]Unknown[/eluser]
Thanks for the quick response sir.. Appreciate it.. |
Welcome Guest, Not a member yet? Register Sign In |