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.

Showing Answers 1 - 8 of 8 Answers

Saravanan.P

  • Jun 21st, 2006
 

How to Display images using Response object?

Regards

Saravanan.P

  Was this answer useful?  Yes

Rajiv

  • Dec 9th, 2006
 

(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

  Was this answer useful?  Yes

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions