612613614615616617618
* @see org.apache.wicket.Application#newSessionStore() */ @Override protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this, new DiskPageStore()); }
6768697071727374
} @Override protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this, new DiskPageStore()); // return new HttpSessionStore(); }
649650651652653654655
547548549550551552553
/** * @see org.apache.wicket.Application#newSessionStore() */ protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this, new DiskPageStore()); }
596597598599600601602