Has anyone setup wicket's AuthenticatedWebApplication sessions to use a
distributed memory cache (e.g. memcached, redis)? I would like to make the
sticky sessions fail over to other tomcat's and allow non sticky load
balancers.

For example, I tested with
https://github.com/magro/memcached-session-manager on tomcat 7 with
memcached and both ELB and NGINX and it seems to not work with Wicket. I
also tested with redis by implementing
AuthenticatedWebApplication#fetchCreateAndSetSession.

Thanks,
Bryan

Reply via email to