public static string GenerateCasStateInformationKey(FormsAuthenticationTicket fat)
 {
   return string.Format("{0}{1}", fat.Name, Convert.ToString(fat.GetHashCode()));
 }