コード例 #1
0
        protected override void Adapt()
        {
            string session = sessionStorage.GetAmplaSession();

            if (!string.IsNullOrEmpty(session))
            {
                if (userService.RenewSession(session) == null)
                {
                    formsAuthenticationService.SessionExpired();
                }
            }
        }