In ASP, which command is used to retrieve a cookie value?
A cookie is frequently used to identify a user. A cookie is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too along with the request page. Using ASP, you can create cookie values and retrieve cookie values.
Request.Cookies" command
To retrieve a cookie value we use the "Request. Cookies" command.
In ASP, which command is used to create a cookie?
How do you create a FileSystemObject?
ASP comes with a standard component that displays a different advertisement each time a user enters or refreshes a page, what is the name of this component?
Which of these objects is NOT an ASP component?
Global.asa is required for all Web sites