Google News
logo
ASP.NET - Quiz(MCQ)
If any user has disabled cookies in their browsers, what can you do to enable them to use forms authentication?
A)
Set cookieless=true;
B)
Set BoweserCookieEnabled=true;
C)
Use the AutoDetect setting of the cookieless attribute.
D)
None of the Above.

Correct Answer :   Use the AutoDetect setting of the cookieless attribute.

Advertisement