If Session Cache Expire is not set then it will expire in 180 minutes i.e. 3 hrs
If you want to set it then use the following line:
/* set the cache expire to 30 minutes */
session_cache_expire(30);
Now it will expire after 30 minutes.

1 User has rated as useful.
Login to rate this answer.
c. 3 hours
Login to rate this answer.
By default Session Cache Expire will expire in 180 minutes i.e. 3 hrs
and if u wanna set it then use the lines below:
session_cache_expire(30);
The above example will set the cache expire to 30 minutes
Login to rate this answer.
abc
Answered On : Sep 12th, 2011
3 hrs
Login to rate this answer.