[Contents] [Previous] [Next] [Index]

Chapter 11
Session Management Service

This chapter contains those server-side objects associated with managing a session, including request, client, project, server, and Lock.

Table 11.1 summarizes the objects in this chapter.

Table 11.1 Session management objects
Object Description
client
Encapsulates information about a client/application pair, allowing that information to last longer than a single HTTP request.

Lock
Provides functionality for safely sharing data among requests, clients, and applications.

project
Encapsulates information about an application that lasts until the application is stopped on the server.

request
Encapsulates information about a single HTTP request.

server
Encapsulates global information about the server that lasts until the server is stopped.


[Contents] [Previous] [Next] [Index]

Last Updated: 10/31/97 12:33:29


Copyright © 1997 Netscape Communications Corporation