Which approach should you recommend?

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?

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?

A.
Configure the application to use cookieless session state

B.
Configure the application to use the InProc session state mode

C.
Register a custom Page Adapter class that provides a Session State Page Per sister.

D.
Disable View State by using the @ Page directive



Leave a Reply 0

Your email address will not be published. Required fields are marked *