bogeyman Posted November 26, 2008 Share Posted November 26, 2008 Dear All, I'm just curious about session in CodeIgniter. Where and how was the session stored? Because I didn't find any session file in my temporary directory. Quote Link to comment https://forums.phpfreaks.com/topic/134305-codeigniters-session/ Share on other sites More sharing options...
corbin Posted November 26, 2008 Share Posted November 26, 2008 http://codeigniter.com/user_guide/libraries/sessions.html Quote Link to comment https://forums.phpfreaks.com/topic/134305-codeigniters-session/#findComment-699279 Share on other sites More sharing options...
alcoholiver Posted December 19, 2008 Share Posted December 19, 2008 Codeigniter not use PHP sessions, instead use a cookie, you can choose cookie name setting this in: //appication/config/config.php Happy xmas. Quote Link to comment https://forums.phpfreaks.com/topic/134305-codeigniters-session/#findComment-719354 Share on other sites More sharing options...
garry Posted December 26, 2008 Share Posted December 26, 2008 You can also use the database for sessions too, if you don't like storing certain information in cookies. The latest CI install lets you store userdata in the database, making it more secure Quote Link to comment https://forums.phpfreaks.com/topic/134305-codeigniters-session/#findComment-723887 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.