CodeIgniter Forums
ci_session cookie not secure on logout - 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: ci_session cookie not secure on logout (/showthread.php?tid=65222)



ci_session cookie not secure on logout - feroze - 05-17-2016

Hi,

I need to fix cookie not secure issue when user's session expires or user click on logout button. Codeigniter create duplicate ci_session cookie with expires date and it is not secure. I want to remove this cookie or make this cookie to be secure and not to show expires time along with.

You can see Response header in attachments.

Please help me in this regards.

Feroze


RE: ci_session cookie not secure on logout - feroze - 05-17-2016

Please help me in this regard. Anybody have idea to overcome this problem? or nobody?


RE: ci_session cookie not secure on logout - cartalot - 05-17-2016

you need to show your code. also try stackoverflow.com if you need fast help.