Top "Formsauthenticationticket" questions

ASP.NET: How to get FormsAuthenticationTicket object when authentication expired

I'm trying to check the Expired property of the user's current FormsAuthenticationTicket to see if the authentication period has expired. …

asp.net cookies forms-authentication formsauthenticationticket
FormsAuthenticationTicket.expiration v web.config value timeout

This is an MVC2 website, I am having a problem with a FormsAuthentication ticket. A user timeouts after 30 minutes cannot …

c# asp.net-mvc-2 cookies formsauthentication formsauthenticationticket
Is Forms Authentication Ticket safe enough?

When a user logs in based on default Forms Authentication method, the server creates a cookie containing encrypted data (using …

asp.net forms-authentication machinekey formsauthenticationticket machine.config
FormsAuthentication.SetAuthCookie vs FormsAuthentication.Encrypt

Question #1: Is setAuthCookie any less safe than FormsAuthentication.Encrypt(ticketVariable)? I mean if anyone tries to modify the cookie created …

asp.net-mvc formsauthentication formsauthenticationticket