5556575859606162
getSharedResources().add("cancelButton", new DefaultButtonImageResource("Cancel")); } @Override protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this,new FilePageStore()); //return new HttpSessionStore(); }
5354555657585960