Question:By default, how does ASP.NET track which users have successfully authenticated using
forms authentication?
A It provides an authentication token in the form of a cookie.
B It provides an authentication token in the URI.
C It provides an authentication token in the form of a cookie if the client’s browser
proves that it can store and return a cookie. Otherwise, it stores the authentication
token in the URI.D It provides an authentication token in the form of a cookie if the client’s browser
type supports cookies. Otherwise, it stores the authentication token in the URI.
+ AnswerD
+ Report