Martin Grotzke
Martin Grotzke
@guojjanjun as written above with sessionBackupAsync="false" the response should be sent to the browser after the session was stored in memcached. Do you have evidence that this is not the...
@guojjanjun I think we need a reproducer for this. What I've tried so far (as written above) did not achieve this. Maybe you could try to provide a reproducable sample?...
A way to reproduce this might be to change this [AutoCounterServlet](https://github.com/magro/memcached-session-manager/blob/master/samples/simpleservlet/src/main/java/de/javakaffee/web/msm/sample/AutoCounterServlet.java) to use a chunked encoding, flush the response buffer after writing the html head (triggering the "redirect"), and sleeping...
Please elaborate a bit more on this: Explain the motivation, current limitations/issues and the suggested solution.
Great that this solved it. Unfortunately I cannot tell what was the problem with the node id. Surely it would require some analysis to understand the cause of the issues....
D'oh, the github emails did not contain the update. Can you share logs including the tomcat startup, and then for requests after having cleared cookies?
You're using tomcat clustering, which might conflict with msm session management. Can you turn tomcat clustering off?
Sorry for the late response! Have you tried setting "sessionBackupAsync=true"?
@msellinger what's the status here, are you waiting for me merging this or are you going to change anything?