Re: InSessionPageStore not storing page in http session

2022-04-26 Thread Wayne W
Ah, please ignore. I was overriding the wrong method. It should be: setPageManagerProvider(new DefaultPageManagerProvider(this) { protected IPageStore newCachingStore(IPageStore pageStore) { return new CachingPageStore(pageStore, new InSessionPageStore( 2,

InSessionPageStore not storing page in http session

2022-04-26 Thread Wayne W
Hello, Since migrating to 9.4 we have found that our app no longer supports session failover correctly. We use Redission tomcat to store the tomcat session in Redis. This works fine. However after a lot of debugging I can see that InSessionPageStore does not serialize the page into the http