From 1c73781263dfa6387757ebd1ae8b90da3be9f4f2 Mon Sep 17 00:00:00 2001
From: kkolinko /WEB-INF/web.xml).
The maximum number of active sessions that will be created by + this Manager, or -1 (the default) for no limit.
+The initial maximum time interval, in seconds, + between client requests before a session is invalidated. A negative value + will result in sessions never timing out. If the attribute is not provided, + a default of 60 seconds is used.
+ +This attribute provides the initial value whenever a
+ new session is created, but the interval may be dynamically
+ varied by a servlet via the
+ setMaxInactiveInterval method of the HttpSession object.
The length of session ids created by this Manager, measured in bytes, + excluding subsequent conversion to a hexadecimal string and + excluding any JVM route information used for load balancing. + The default is 16.
+The maximum number of active sessions that will be created by - this Manager, or -1 (the default) for no limit.
-The initial maximum time interval, in seconds, - between client requests before a session is invalidated. A negative value - will result in sessions never timing out. If the attribute is not provided, - a default of 60 seconds is used.
- -This attribute provides the initial value whenever a
- new session is created, but the interval may be dynamically
- varied by a servlet via the
- setMaxInactiveInterval method of the HttpSession object.
Absolute or relative (to the work directory for this Context) pathname of the file in which session state will be preserved @@ -160,13 +167,6 @@ string.
The length of session ids created by this Manager, measured in bytes, - excluding subsequent conversion to a hexadecimal string and - excluding any JVM route information used for load balancing. - The default is 16.
-Java class name of the implementation to use. This class must
- implement the It has the same meaning as described in the
+ Common Attributes above.
You must specify
The maximum number of active sessions that will be created by
- this Manager, or -1 (the default) for no limit. The time interval (in seconds) since the last access to a session
before it is eligible for being persisted to the session store, or
@@ -231,23 +226,10 @@
this value is set to The initial maximum time interval, in seconds,
- between client requests before a session is invalidated. A negative value
- will result in sessions never timing out. If the attribute is not provided,
- a default of 60 seconds is used. This attribute provides the initial value whenever a
- new session is created, but the interval may be dynamically
- varied by a servlet via the
- Name of the Java class that extends
- It is the same as described above for the
+ org.apache.catalina.Manager interface.
+ org.apache.catalina.session.PersistentManager to use
this manager implementation.-1.setMaxInactiveIntervalmethod of the HttpSession object.java.security.SecureRandom to use to generate session IDs.
- If not specified, the default value is
- java.security.SecureRandom.org.apache.catalina.session.StandardManager class.
+ true.
The length of session ids created by this Manager, measured in bytes, - excluding subsequent conversion to a hexadecimal string and - excluding any JVM route information used for load balancing. - The default is 16.
+ +It is the same as described above for the
+ org.apache.catalina.session.StandardManager class.
+
It is the same as described above for the
+ org.apache.catalina.session.StandardManager class.
+
It is the same as described above for the
+ org.apache.catalina.session.StandardManager class.
+
In order to successfully use a PersistentManager, you must nest inside -- 2.11.0