Microsoft
70-519 · Question #91
70-519 Question #91: Real Exam Question with Answer & Explanation
The correct answer is B. Configure the application to use cookieless session state. See the full explanation below for the reasoning.
Question
You are designing a RESTful ASP.NET Web application. You have the following requirements: - Retain state between requests. - Associate a request with a session. - Do not require the use of cookies. You need to ensure that your design meets the requirements. Which approach should you recommend?
Options
- ADisable View State by using the @ Page directive
- BConfigure the application to use cookieless session state
- CConfigure the application to use the InProc session state mode
- DRegister a custom Page Adapter class that provides a Session State Page Per sister.
Community Discussion
No community discussion yet for this question.