Replication of the global session information will now start. (J2EE application = aa....aa, context root = bb....bb, max sessions = cc....cc, max session info size = dd....dd, max inactive interval = ee....ee, lock timeout = ff....ff, GS control = gg....gg, GID cookie name = hh....hh, GID URL param name = ii....ii, jj....jj, kk....kk, replicatable type = ll....ll)
- aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Maximum number of global sessions
dd....dd: Maximum value (in bytes) of the size of global session information
ee....ee: Validity period (in seconds) of the global session
ff....ff: Timeout value for awaiting global session lock
gg....gg: Control method of the global session
cookie: Control is performed by using an HTTP Cookie.
url-rewriting: Control is performed by using URL rewriting.
both: Control is performed by using both the HTTP Cookie and the URL rewriting.
hh....hh: Name of the HTTP Cookie used to send the global session ID when gg....gg is either cookie or both. Null character string, when gg....gg is url-rewriting
ii....ii: Path parameter name of the URL used to send the global session ID when gg....gg is either url-rewriting or both. Null character string, when gg....gg is cookie
jj....jj: Settings of keys for rewritable global session information
The set information of the keys is output in either of the following formats:
- RW key = Settings-of-keys-for-rewritable-global-session-information
The set values of the keys of global session information will be output in a semicolon (;) delimited series.
When the GSInfoKey-RW parameter is omitted, a null character string will be output in the set value of the key.
- RW key(*)
When the entire session information registered in the HTTP session, except the information registered in the key specified in the GSInfoKey-R parameter, is set up as the rewritable global session information, "RW key(*)" will be output.
- kk....kk: Settings of keys for read-only global session information
The set information of the keys is output in either of the following formats:
- R key = Settings-of-keys-for-read-only-global-session-information
The set values of the keys of global session information will be output in a semicolon (;) delimited series.
When the GSInfoKey-R parameter is omitted, a null character string will be output in the set value of the key.
- R key(*)
When the entire session information registered in the HTTP session, except the information registered in the key specified in the GSInfoKey-RW parameter, is set up as the rewritable global session information, "R key(*)" will be output.
- ll....ll: Type of the inheritable session information
String: Only objects of the java.lang.String class
String or byte[]: Objects or byte arrays of the java.lang.String class
Serializable: Objects of a serializable class
- Description
- Replication of the global session information will start.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.