session_cache_expire

(PHP 4 >= 4.2.0)

session_cache_expire -- Return current cache expire

Description

int session_cache_expire ( [int new_cache_expire])

session_cache_expire() returns the current setting of session.cache_expire from php.ini. If new_cache_expire is given, the current cache expire is replaced with new_cache_expire.

Also see the session.cache_expire configuration directive.