Netscape ENTERPRISE SERVER 6.1 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual page 59

Guide to servlets
Table of Contents

Advertisement

- the number of cross-process locks to use for synchronizing access
maxLocks
to individual sessions across processes. The default value is 10. This default
value is used if the value 0 is specified. This parameter is ignored in
single-process mode.
session-data-store
session persistence. The classes supplied with Enterprise Server are:
com.netscape.server.http.session.JdbcStore
com.netscape.server.http.session.FileStore
If you do not specify the
persistent in single-process mode, and
multi-process mode.
The
and
JdbcStore
SessionDataStore
session persistence by extending
Prior to using
NOTE
session information is stored. The name of the table is specified by
the
table
the
accessTimeColumn
valueColumn
If the
session-data-store
NESSessionManager
session-failover-enabled
the persistent store for every request, and always forced to true in
multi-process mode.
If the
session-data-store
NESSessionManager
session-data-dir
web applications is kept.
If the
session-data-dir
used by default:
server_root
server_id
/
- the name of the class that determines the means of
session-data-store
classes are subclasses of the
FileStore
class. You can create your own class that implements
SessionDataStore
, you must create the table in which the
JdbcStore
parameter, and the table's four columns are specified by
,
timeOutColumn
parameters.
parameter is set to the
takes the following additional parameter:
- specifies whether sessions are reloaded from
parameter is set to the
takes the following additional parameter:
- the directory in which session data for all servers and
parameter is not specified, the following directory is
virtual_server_id
/SessionData/
parameter, sessions are not
is the default in
FileStore
.
,
sessionIdColumn
or
JdbcStore
class,
FileStore
web_app_URI
/
Chapter 6
NESSessionManager
, and
class,
FileStore
Session Managers
59

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.1

Table of Contents