T
Tommy
I want to encrypt the values of my cookies. I found out that I could
create a FormsAuthenticationTicket, and use the
FormsAuthentication.Encrypt method to encrypt the cookie.
However, I do not want to use FormsAuthentication feature. I already
have custom code to redirect the use back to the login page if they
haven't signed on.
My question is can I use the FormsAuthentication.Encrypt method to
encrypt my cookies without using the FormsAuthentication feature of
ASP.NET?
Tommy,
create a FormsAuthenticationTicket, and use the
FormsAuthentication.Encrypt method to encrypt the cookie.
However, I do not want to use FormsAuthentication feature. I already
have custom code to redirect the use back to the login page if they
haven't signed on.
My question is can I use the FormsAuthentication.Encrypt method to
encrypt my cookies without using the FormsAuthentication feature of
ASP.NET?
Tommy,