The client object provides a means of maintaining state during a client session. This object is used for maintaining state across all sessions running in a single application. There may be several applications running in a server.
If you need to maintain state across the entire server then you need to access the server object, which is discussed in a separate topic.
Prev | Home | Next |
Program | Up | project.lock() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |