CodeIgniter Forums
Session not set at least one minutes - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Session not set at least one minutes (/showthread.php?tid=70444)

Pages: 1 2


RE: Session not set at least one minutes - dnzm - 04-23-2018

(04-20-2018, 04:19 AM)sanjaya Wrote: This issue related with php version. When I use php 5.6. It.s work fine..

Can confirm that this problem is present when running PHP 7.2 and PHP 7.1, but not when running PHP 7.0 or lower. Somehow there's some incompatibility with recent versions of PHP, which seems like a bug.


RE: Session not set at least one minutes - DavidMichael - 06-15-2018

You can update a configuration and increase a session time in your session configuration.


RE: Session not set at least one minutes - codeigniter33 - 11-06-2018

(06-15-2018, 03:05 AM)DavidMichael Wrote: You can update  a configuration and increase a session time in your session configuration.

Thank you for help