bogeyman 0 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 post Share on other sites
corbin 0 Posted November 26, 2008 Share Posted November 26, 2008 http://codeigniter.com/user_guide/libraries/sessions.html Link to post Share on other sites
alcoholiver 0 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 post Share on other sites
garry 0 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 post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.