CodeIgniter Forums
Session data lost after redirect randomly (CI4.1.5) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Session data lost after redirect randomly (CI4.1.5) (/showthread.php?tid=82784)

Pages: 1 2 3


RE: Session data lost after redirect randomly (CI4.1.5) - seunsodimu - 03-20-2024

I had the same issues, but resolved it by changing from storing sessions in database to file. It didn't matter either way to my use case though so I was happy to use FileHandler instead of DatabaseHandler in Config/Session.php