Am using Apache wicket as web app framework for one of my application, the application is working fine when it is deployed on only one server instance, but when the same app is deployed on two server instances then also the app is getting deployed perfectly.
The issue that am facing now is when access my app when it is deployed on node A and node B then home page displays perfectly, but when i click on any tab/button/menu item rather anything after that, its throwing an exception saying page session has expired. I read that wicket default supports DiskPageStore feature for clustering on mutiple nodes. Please suggest me how to aviod this session expire on mutiple nodes. -- View this message in context: http://old.nabble.com/Clustering-in-Apache-wicket-tp31852839p31852839.html Sent from the Apache Incubator - Projects mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
