Exemple #1
0
        public object RetrieveSessionObject(Guid sessionKey)
        {
            SessionItem item = (SessionItem)HttpContext.Current.Session[sessionKey.ToString()];

            return(item.SessionObject);
        }
Exemple #2
0
 public void AddUpdateSessionItem(SessionItem item)
 {
     throw new NotImplementedException();
 }