Open GoogleCodeExporter opened 9 years ago
Please configure debug logging according to the docs and provide the related
log output.
Original comment by martin.grotzke
on 13 Aug 2014 at 5:28
[deleted comment]
Hi Martin,
I found another problem that may be related to the above. I'll try to explain the scenario:
I have 1 tomcat using memcached with 2 applications (two .war)
First Application
backend.war
Context Path: "/backend"
Url: http://localhost:8080/backend
Second Application
ROOT.war
Context Path: "/"
Url: http://localhost:8080/
When I access the second url, tomcat/memcached generated a new session with id
471CC32D5AF17E703F43408A03EBEA56-n1 . Its works without any problem. When I try
to access the url http://localhost:8080/backend/login the server receive
the same session id 471CC32D5AF17E703F43408A03EBEA56-n1, then the admin
application will generate a new session id on each request. The ids are
conflicting between the two applications.
How can i use memcached with an application using context path "/"?
Thank You
Original comment by r.pr...@gmail.com
on 15 Aug 2014 at 2:03
Original issue reported on code.google.com by
r.pr...@gmail.com
on 13 Aug 2014 at 4:42