nerdexam
Microsoft

70-519 · Question #91

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…

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.

How the community answered

(53 responses)
  • A
    6% (3)
  • B
    81% (43)
  • C
    4% (2)
  • D
    9% (5)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice