Interview Questions

How are sessions maintained?

ASP Interview Questions and Answers


(Continued from previous question...)

62. How are sessions maintained?

A. The browser sends a cookie to the server with each request.
B. The browser sends a Querystring variable to the server with each request.
C. The browser sends a hidden Form variable to the server with each request.
D. The browser sends a long variable to the server in the BODY of each request.
E. None of the above.

(Continued on next question...)

Other Interview Questions