R
RN1
I have a few questions regarding the FormsAuthentication object.
1. What's the difference between the SetAuthCookie & GetAuthCookie
methods of the FormsAuthentication object?
2. How do you create a cookie that stores itself in the Temporary
Internet Files folder on the user's computer?
3. What exactly is FormsAuthenticationTicket? How is it different from
the FormsAuthentication cookie?
1. What's the difference between the SetAuthCookie & GetAuthCookie
methods of the FormsAuthentication object?
2. How do you create a cookie that stores itself in the Temporary
Internet Files folder on the user's computer?
3. What exactly is FormsAuthenticationTicket? How is it different from
the FormsAuthentication cookie?