1 |
Application Object
-
shared by all users of the application
|
2 |
Request Object
-
holds the HTTP request from the client
|
3 |
Response Object
-
the response send back to the client
|
4 |
Server Object
-
provides access to methods and properties on the server
|
5 |
Session Object
-
stores information for a particular user-session
|