private SSOTicket GetSSOTicketFromCookie() { SSOTicket ssoTicket = _SSOHelper.LoadSSOTicket(Config.Global.SSOTicketName); return(ssoTicket); }