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.
Disable View State by using the @ Page directive

B.
Configure the application to use cookieless session state

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

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



Leave a Reply 0

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