diff --git a/reference/session/functions/session-cache-limiter.xml b/reference/session/functions/session-cache-limiter.xml index b59c74ef0d..162e1ba929 100644 --- a/reference/session/functions/session-cache-limiter.xml +++ b/reference/session/functions/session-cache-limiter.xml @@ -1,5 +1,5 @@ - + session_cache_limiter @@ -51,6 +51,66 @@ If cache_limiter is specified, the name of the current cache limiter is changed to the new value. + + Possible values + + + + Value + Headers sent + + + + + public + + + + + + + + private_no_expire + + + + + + + + private + + + + + + + + nocache + + + + + + + + +
diff --git a/reference/session/ini.xml b/reference/session/ini.xml index 5a5640f867..f2ef58c651 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -538,7 +538,7 @@ session.cache_limiter specifies cache control method to use for session pages - (none/nocache/private/private_no_expire/public). Defaults to + (nocache/private/private_no_expire/public). Defaults to nocache. See also session_cache_limiter.