![]() |
ci_session is it secure and other questions - 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 is it secure and other questions (/showthread.php?tid=91123) |
ci_session is it secure and other questions - tcward - 06-19-2024 Hello! I was wondering about 2 questions. 1. Is the ci_session (sess cookie name) secure? 2. If I try to add a prefix to it like __Secure, it breaks the URL. Example index(login) will then route me to localhost/dashboard/localhost/dashboard/index. Why is this? What in the ci_session control's this? Thank you for your time. RE: ci_session is it secure and other questions - kenjis - 06-19-2024 1. I have no idea what you are worried about. 2. I cannot reproduce. |