
Always Use the Collection Name when Using Request Object
In ASP, Request object has five collections: QueryString, Form, Cookies, ClientCertificate, and ServerVariables. When you want to access information in one of these collections, you have the choice of writing the name of the variable directly after Request object without specifying the collection name in which the variable is stored.