(Come to go to the process of adding Ticket to cookie or cookie to Summer Ticket)
Authorization mechanism for form validation: 1. Wellwork Web.config Configuration 2. When logging in to verify, generate the FormsAuthenticationTicket, and save it to cookie. 3. Immediately remove the HTTPCookie and decrypt the Ticket Re-decryption to build the Ticket Reploys and then use the Ticket to build IDENTITY to obtain IGenericPricipal to give this genericpricipal to the global variable context.user according to the Identity and Role arrays.
Then you can verify it.