AutoDetect setting of the cookieless attribute enable to use forms authentication - ASP.NET Security

Q.  If any user has disabled cookies in their browsers, what can you do to enable them to use forms authentication?
- Published on 16 Jun 15

a. Set BoweserCookieEnabled=true;
b. Set cookieless=true;
c. Use the AutoDetect setting of the cookieless attribute.
d. None of the above.

ANSWER: Use the AutoDetect setting of the cookieless attribute.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)