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. 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 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. 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 Link to comment https://forums.phpfreaks.com/topic/134305-codeigniters-session/#findComment-723887 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.