NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide

NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
C-14
Manager Object
name (String)
The descriptive name of this manager implementation. The default is
NSJSPStandardManager.
algorithm
The name of the Message Digest algorithm to calculate the Session identifiers it
generates. The java.security.MessageDigest class must support this value.
The default is MD5.
checkInterval
The number of seconds between checks for expired Sessions.
debug (int)
Specifies the level of debugging detail logged by this manager object to the
associated Logger object. The default is 0 (zero).
distributable
Enables the session manager to enforce the restriction described in the Servlet
specification on distributable application. The default is false.
entropy (String)
A String value that is utilized when seeding the random number generator used to
create session identifiers. For a security-aware environment, use a long String
value. The default is a preset value.
maxActiveSessions (int)
Specifies the maximum number of active sessions allowed or specifies -1 for no
limit. The default is -1.
maxInActiveIntervel (int)
Specifies the maximum inactive intervel in seconds for sessions. The default is
1800.
sessionIdLength (int)
Specifies the session ID length in bytes. The default is 16.
randomClass
The Java class name of the java.util.random implementation class. The
default is java.security.SecureRandom.
activeSessions (int)
Specifies the current active session count.