Note that all of the PageStore and PageCache stuff is really only necessary when using distributed sessions that might live in a distributed cache:


Thanks -- simply commenting out:

protected ISessionStore newSessionStore()
//      {
// return new SecondLevelCacheSessionStore(this, new SessionPageStore(100));
//      }

We can add that back when we have a sample configured for distributed sessions...

thanks again
ryan

Reply via email to