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.
(A)Session state are maintained using cookies if the client has disabled cookies in his browser then (D)an encoded session id is attached to the url to maintain state
A is correct when browser cookies are enabled. Sessions ID is used and stored in the browser cookiee. This session Id is sent in the request header all the time