ASP - Built-in Objects
Application Object
- shared by all users of the application
Request Object
- holds the HTTP request from the client
Response Object
- the response send back to the client
Server Object
- provides access to methods and properties on the server
Session Object
- stores information for a particular user-session