From 50f1b1da794cd93b70ab5456d3c2c984408e1506 Mon Sep 17 00:00:00 2001
From: Mark Thomas The initial maximum time interval, in seconds,
between client requests before a session is invalidated. A negative value
@@ -184,6 +173,26 @@
effective only when A regular expression used to filter which session attributes will be
+ replicated. An attribute will only be replicated if its name matches
+ this pattern. If the pattern is zero length or A regular expression used to filter which session attributes will be
+ replicated. An attribute will only be replicated if the implementation
+ class name of the value matches this pattern. If the pattern is zero
+ length or If sessionAttributeNameFilter or
+ sessionAttributeValueClassNameFilter blocks an
+ attribute, should this be logged at A regular expression used to filter which session attributes will be
+ replicated. An attribute will only be replicated if its name matches
+ this pattern. If the pattern is zero length or A regular expression used to filter which session attributes will be
+ replicated. An attribute will only be replicated if the implementation
+ class name of the value matches this pattern. If the pattern is zero
+ length or If sessionAttributeNameFilter or
+ sessionAttributeValueClassNameFilter blocks an
+ attribute, should this be logged at A regular expression used to filter which session attributes will be
distributed. An attribute will only be distributed if its name matches
this pattern. If the pattern is zero length or A regular expression used to filter which session attributes will be
+ distributed. An attribute will only be distributed if the implementation
+ class name of the value matches this pattern. If the pattern is zero
+ length or If sessionAttributeNameFilter or
+ sessionAttributeValueClassNameFilter blocks an
+ attribute, should this be logged at WARN
level logging if an attribute is filtered. These
+ options are avaialble for all of the Manager implementations that ship
+ with Tomcat. (markt)
+ null
, all
- attributes are eligible for replication. The pattern is anchored so the
- session attribute name must fully match the pattern. As an example, the
- value (userName|sessionHistory)
will only replicate the
- two session attributes named userName
and
- sessionHistory
. If not specified, the default value of
- null
will be used.
- sendAllSessions
is false
.
Default is 2000
milliseconds.
null
, all
+ attributes are eligible for replication. The pattern is anchored so the
+ session attribute name must fully match the pattern. As an example, the
+ value (userName|sessionHistory)
will only replicate the
+ two session attributes named userName
and
+ sessionHistory
. If not specified, the default value of
+ null
will be used.null
, all attributes are eligible for
+ replication. The pattern is anchored so the fully qualified class name
+ must fully match the pattern. If not specified, the default value of
+ null
will be used.GET_ALL_SESSIONS
message to other
node, all session messages that are received as a response are queued.
@@ -195,6 +204,14 @@
If set to false
, all queued session messages are handled.
Default is true
.
WARN
level? If
+ WARN
level logging is disabled then it will be logged at
+ DEBUG
. The default value of this attribute is
+ false
.15000
milliseconds.
+ null
, all
+ attributes are eligible for replication. The pattern is anchored so the
+ session attribute name must fully match the pattern. As an example, the
+ value (userName|sessionHistory)
will only replicate the
+ two session attributes named userName
and
+ sessionHistory
. If not specified, the default value of
+ null
will be used.null
, all attributes are eligible for
+ replication. The pattern is anchored so the fully qualified class name
+ must fully match the pattern. If not specified, the default value of
+ null
will be used.false
.
WARN
level? If
+ WARN
level logging is disabled then it will be logged at
+ DEBUG
. The default value of this attribute is
+ false
.null
, all
attributes are eligible for distribution. The pattern is anchored so the
@@ -175,7 +175,26 @@
value (userName|sessionHistory)
will only distribute the
two session attributes named userName
and
sessionHistory
. If not specified, the default value of
- null
will be used.
+ null
will be used.null
, all attributes are eligible for
+ distribution. The pattern is anchored so the fully qualified class name
+ must fully match the pattern. If not specified, the default value of
+ null
will be used.WARN
level? If
+ WARN
level logging is disabled then it will be logged at
+ DEBUG
. The default value of this attribute is
+ false
.org.apache.catalina.session.StandardManager
class.
A regular expression used to filter which session attributes will be
distributed. An attribute will only be distributed if its name matches
this pattern. If the pattern is zero length or null
, all
attributes are eligible for distribution. The pattern is anchored so the
@@ -275,7 +295,26 @@
value (userName|sessionHistory)
will only distribute the
two session attributes named userName
and
sessionHistory
. If not specified, the default value of
- null
will be used.
+ null
will be used.
A regular expression used to filter which session attributes will be
+ distributed. An attribute will only be distributed if the implementation
+ class name of the value matches this pattern. If the pattern is zero
+ length or null
, all attributes are eligible for
+ distribution. The pattern is anchored so the fully qualified class name
+ must fully match the pattern. If not specified, the default value of
+ null
will be used.
If sessionAttributeNameFilter or
+ sessionAttributeValueClassNameFilter blocks an
+ attribute, should this be logged at WARN
level? If
+ WARN
level logging is disabled then it will be logged at
+ DEBUG
. The default value of this attribute is
+ false
.