Hi all, I 'm planning to setup a terracotta tomcat cluster. The wicket site claims that "all Wicket applications will work on a cluster automatically and without additional work " .
I understand that basically since session state is kept in serializable objects within the http session, it mostly works. But is it true that NO changes are needed? Do I need to change any settings? What does the page store do once it has to push a page from memory to disk? T hanks in advance Marios
