programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
ProgrammingFAQs

default session timeout in php, where can i change the default value?

Average: 5 (2 votes)

default session timeout time

default session timeout time is 180 minutes.

we can change this default value in php.ini file

open your php.ini file, search for session.cache_expire

session.cache_expire =180 is default value

change the 180 to your value..