CodeIgniter Forums
No Session - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: No Session (/showthread.php?tid=68233)



No Session - an2nyrobles - 06-13-2017

Hi All,

Our security specialist force us to use "Secure and HttpOnly" on all of our servers, after enabling the "Secure and HttpOnly", all of our CI application is not saving session / cookies. Already tried to enable the secure and httponly in config but still no luck. Any suggestion?

Thanks for your help.


RE: No Session - Narf - 06-14-2017

Learn what those flags do and you'll know how to resolve the issue ...


RE: No Session - an2nyrobles - 06-14-2017

Thanks @Narf.

The installation of the "Secure and HttpOnly" is not correct that's why the session is not working.