The uniqueId that gets generated at the start of the Session is stored in

Options
- Client computer as a cookie
- Server machine
- Passed to and fro on each and every request and response
- Both a and b are correct


CORRECT ANSWER : Server machine

Discussion Board
Csharp.net

The correct answer is both a and b. When the uniqueId that gets generated, then the Session is stored in Server machine and on the Client computer as a cookie.

Prajakta Pandit 09-9-2015 03:46 AM

Wrong Answer

client computer as a cookie

Abhijit P 02-18-2015 10:08 PM

This answer is wrong

The correct answer is both:
- Client computer as a cookie
- Passed to and fro on each and every request and response


Shreya 10-5-2013 09:19 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement