Example #1
0
        private IPageSession CreateSession(string Key)
        {
            IPageSession ips = new PageSession();

            _sessionCollection.Add(Key, ips);
            return(ips);
        }
Example #2
0
 private IPageSession CreateSession(string Key)
 {
     IPageSession ips = new PageSession();
     _sessionCollection.Add(Key, ips);
     return ips;
 }