Session-Cookie; Session-Manager; Session-Tracking - Netscape ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual

Guide to servlets
Table of Contents

Advertisement

session-cookie

Sets parameters for the session cookie.
Subelements: none
Attributes:
domain
is-secure

session-manager

The session manager for the web application. See Chapter 6, "Session Managers"
for the initialization parameters for each session manager.
If
session-timeout
initialization parameter. For details, see "session-timeout," on page 15.
timeOut
Subelements:
init-param
Attributes:
class

session-tracking

Determines the method of session tracking.
Subelements: none
Attributes:
use-cookies
use-url-rewriting
If this attribute is present, its value is tagged onto the cookie.
There is no default value.
If set to true, the server sends the secure attribute in the
session cookie if the request came in a secure connection. The
default is false.
is specified in
web.xml
The class for the session manager.
Uses cookies for session tracking if true (the default).
Allowed values are true and false.
Uses URL rewriting for session tracking if true (the default).
Allowed values are true and false.
The web-apps.xml File and Virtual Servers
, it overrides any session manager's
Chapter 2
Web Applications
25

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Enterprise server 6.0

Table of Contents