userAuth == null || (userAuth.Created.AddMinutes( MyApplication.Settings.Caching.AuthorisationCache.CacheExpiryMinutes)) < DateTime.Now ) { userAuth = UserAuthorisation.GetUserAuthorisation(Username); UserAuthorisation = userAuth; }
return userAuth; }
private set { HttpContext.Current.Session[userAuthorisation] = value; } }
/// <summary> /// TeamManagementState is used to store the current state of the /// TeamManagement.aspx page. &nbs 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] 下一页 |