CodeIgniter Forums
sess_expire_on_close not working - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: sess_expire_on_close not working (/showthread.php?tid=277)



sess_expire_on_close not working - andysucipto - 11-17-2014

Using Codeigniter 2.2.0 and edit my config.php set
Code:
$config['sess_expire_on_close'] = TRUE
, but it is not working. I have no idea why this is not working. Can anyone tell me why?


RE: sess_expire_on_close not working - bclinton - 11-17-2014

(11-17-2014, 02:12 AM)andysucipto Wrote: Using Codeigniter 2.2.0 and edit my config.php set
Code:
$config['sess_expire_on_close'] = TRUE
, but it is not working. I have no idea why this is not working. Can anyone tell me why?

You may find the answer you are looking for here: http://stackoverflow.com/questions/20805792/sess-expire-on-close-not-working