Expire session after 3 mins.
Posted: Mon Jan 17, 2011 4:54 am
Could someone please tell me how long this is?
I would like to expire the session after 3 minutes.
Thanks in advance
I would like to expire the session after 3 minutes.
Code: Select all
ini_set('session.gc-maxlifetime', 60*30);