Interview Questions

What do you need to run ASP?

ASP Interview Questions and Answers


(Continued from previous question...)

97. What do you need to run ASP?

1) It informs each page what session the request belongs to when a user accesses during a session.
2) It retrieves all the session information stored on the server.
3) Cookies can persist for a much longer period of time than session that has a timeout value usually of 20 minutes and hence can store information even when a user is off the site.
A browser and a Web server

(Continued on next question...)

Other Interview Questions