コード例 #1
0
        public ISession GetSessionForKey(string factoryKey)
        {
            SimpleSessionStorage storage = GetSimpleSessionStorage();

            return(storage.GetSessionForKey(factoryKey));
        }