Active Server Page Syntax

Intrinsic Objects

Intrinsic objects are features built into the ASP architecture. Five objects are intrinsic to ASP. You can use them to add additional functionality to a Web application.

Using intrinsic objects, you can share information among all users of your application, store information for a specific user, retrieve information passed from the user to the server, send output to the user , and work with the properties and methods of components on the server. The following table lists the objects and their use.


Object Description
Request Retrieves the values that the user passes to the Web server during an HTTP request.
Response Controls what information is sent to a user in the HTTP response message.
Session Stores information about a particular user session.
Application Shares information among all users of a Web application.
Server Provides access to resources that reside on a Web server.



Microsoft Windows Architecture Training
Microsoft Windows Architecture for Developers Training Kit
ISBN: B00007FY9D
EAN: N/A
Year: 1998
Pages: 324

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net