diff --git a/functions/session.xml b/functions/session.xml index 7ce605ba3e..4aaf3a1115 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -1024,6 +1024,28 @@ echo "The cache limiter is now set to $cache_limiter

"; + + + session_cache_expire + + Return the current cache expire. If new_cache_expire is given, + the current cache_expire is replaced with new_cache_expire + + + + Description + + + int session_cache_expire + int new_cache_expire + + + + &warn.undocumented.func; + + + + session_write_close