diff --git a/functions/session.xml b/functions/session.xml
index b26614a93f..1ba52f636d 100644
--- a/functions/session.xml
+++ b/functions/session.xml
@@ -207,7 +207,7 @@ close
- session.lifetime specifies the lifetime of
+ session.cookie_lifetime specifies the lifetime of
the cookie in seconds which is sent to the browser. The value 0
means "until the browser is closed." Defaults to
0.
@@ -272,6 +272,32 @@ close
side. Defaults to 1 (enabled).
+
+
+ session.cookie_path specifies path to set
+ in session_cookie. Defaults to /.
+
+
+
+
+ session.cookie_domain specifies domain to
+ set in session_cookie. Default is none at all.
+
+
+
+
+ session.cache_limiter specifies cache control
+ method to use for session pages (nocache/private/public).
+ Defaults to nocache.
+
+
+
+
+ session.cache_expire specifies time-to-live
+ for cached session pages in minutes, this has no effect for
+ nocache limiter. Defaults to 180.
+
+