![]() |
Session Expiration - 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: Session Expiration (/showthread.php?tid=79836) |
Session Expiration - lazyworm369 - 08-02-2021 Hi guys, I have this question about CI session, I read about the solutions online to set the session only expired when the user closes the browser which is by setting theĀ $config['sess_expiration'] to 0 in the config.php file..but my question here is, my session will be expired too when the user's PC went to sleep mode and the browser was not close. Is that normal? |