Intrinsic Active Server Page Objects
The Active Server object model provides for five intrinsic objects:
Application— The Application object manages application-level information. This generally refers to global quantities that are common to all users.
Session— The Session object tracks individual user sessions within your Web application. A session object is ideal for programming constructs such as shopping carts, in which each user needs his or her own unique place to store information.
Server— The Server object enables you to treat the server itself as an object and to control aspects of its behavior.
Response— The Response object holds the HTTP response that will ultimately be sent back to the browser.
Request— The Request object holds all the ...
Get Platinum Edition Using XHTML™, XML, and Java™ 2 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.