Arash.Membership.Site.SessionPersister.GetObjectFromSession C# (CSharp) Method

GetObjectFromSession() private static method

private static GetObjectFromSession ( string key ) : object
key string
return object
        private static object GetObjectFromSession(string key)
        {
            return HttpContext.Current.Session[key];
        }