AutoDetect setting of the cookieless attribute to enable - 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 27 Jul 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.