Is there a cookie automatically placed on the user’s machine? Or is it somehow associated with the requester’s IP address? Or maybe in the ViewState? Elementary question, I know, but I’ve had a hard time finding an answer.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In IIS, under ASP.NET’s configuration there is a State Management Tab which has a setting called ‘Cookieless mode’ which has the options of:
UseUri
UseCookies
AutoDetect
UseDeviceProfile
Typically, ‘Use Cookies’ is selected and thus a cookie is used.