Possible Duplicate:
How do I expire a PHP session after 30 minutes?
How to set lifetime of session
How to increase or decrease the lifetime of a session? My requirement is session should timeout and all the session variables should be unset automatically after the prescribed time limit. I used this code but the session did not timeout.Why?
ini_set("session.gc_maxlifetime", 60);// should timeout after 1 minute