Martin Grotzke
Martin Grotzke
@cpemaratech your setup is different to the one originally reported (no aws, different memcached client), right? In this case please submit a separate issue. If possible please provide a minimal...
Not all those jars should be in tomcat/lib, kryo related jars should be in WEB-INF/lib (which is automatically the case when you add the msm-kryo-serializer as maven dependency to your...
Your 2 assumptions are correct for sticky=true. For sticky=false, the session exists in tomcat only for the current request, afterwards it will be removed from the local sessions map. This...
@radarsh Do you think there's an issue we should analyze? Then we should create a sample app that allows to reproduce it. Otherwise I'd close this issue.
@radarsh We (I) need a reproducable sample to be able to analyze this. Can you create such a sample app, that's as minimum as possible but still allows to reproduce...
@radarsh I just added a sample (in commit ec068d9f) that automatically counts a number up to a given max. Starting from 0 for each request it adds 1 and saves...
Pushed the wrong button ;-)
Any news on this?