nerdexam
Microsoft

70-519 · Question #162

You are designing an ASP.NET Web application. Some Web application users prefer to turn off cookie support in their browsers. You need to secure the Web application against session spoofing when…

The correct answer is D. Use a custom Session id Manager class. See the full explanation below for the reasoning.

Question

You are designing an ASP.NET Web application. Some Web application users prefer to turn off cookie support in their browsers. You need to secure the Web application against session spoofing when cookieless sessions are used. Which approach should you recommend?

Options

  • AUse the Http Utility class.
  • BUse Session ID regeneration.
  • CUse SSL for the Web application.
  • DUse a custom Session id Manager class.

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    5% (1)
  • D
    77% (17)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice