I have strong suspicions (and some but not conclusive) evidence that using JSESSSIONID with AWS ELB's doesn't work right.
When I changed from using JSESSIONID to using instead the ELB's own session cookie my problem went away.
Since then I have dropped using session caching (I am reworking to code to use my own kind of session instead of tomcats).
One possibility is that Tomcat can change the JSESSIONID from request to request even in the same session ...
to avoid some kind of security issue. This may be whats confusing the ELB (and maybe AJP too).
I never tracked the full details but here's a hint
In any case - whether its tomcat or something else using session stickiness with the ELB's session cookie worked reliably,
where using JSESSION ID did not.
--
---
You received this message because you are subscribed to a topic in the Google Groups "memcached-session-manager" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/memcached-session-manager/g4SJb_G6LGA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to memcached-session-...@googlegroups.com.