![]() |
Sessions General Question - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Sessions General Question (/showthread.php?tid=62557) |
Sessions General Question - wolfgang1983 - 07-28-2015 Hi All, Currently I use sessions on codeigniter 3. With out using files or database. But I am not sure what would be more secure, Any suggestions if I should have files or database or neither. Thanks RE: Sessions General Question - ignitedcms - 07-29-2015 CI 3 uses native sessions so no need for db control now. |