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 15a. 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.