CodeIgniter Forums
sessiox expiration - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: sessiox expiration (/showthread.php?tid=60941)



sessiox expiration - El Forum - 08-06-2014

[eluser]Kenan[/eluser]
hi, help me pls, i want the session to be expired by closing the browser, but there is just two variants in user guide: 0 (non-expiring session) and any other number for the custom expire time, so is there any other way to expire session by closing the browser?


sessiox expiration - El Forum - 08-06-2014

[eluser]InsiteFX[/eluser]
Code:
$config['sess_expire_on_close'] = TRUE;



sessiox expiration - El Forum - 08-06-2014

[eluser]Kenan[/eluser]
[quote author="InsiteFX" date="1407328364"]
Code:
$config['sess_expire_on_close'] = TRUE;
[/quote]

thanks a lot!) how i didnt notice it Big Grin