[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #7 from David Rees --- Thank you for tracking it down. That was one of the possible suspects I had looked at while reviewing the changelog for possible regressions. -- You are receiving this mail because: You are the assignee

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #6 from Konstantin Kolinko --- Ack. Thank you! It is reproducible with 8.0 if I add to examples/WEB-INF/web.xml. This regression is caused by StandardSession change in r1584915 (a fix to bug 56339) The session object is Delta

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #5 from David Rees --- On a hunch, I tested a webapp with and without the element. The webapp also needs to have that element in the web.xml to reproduce the issue and the examples webapp does not have it. FWIW environment is

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #4 from Konstantin Kolinko --- WORKSFORME: I placed both files into webapps/examples/ I added the following line to session.jsp to display current session id: Session ID:<%= session.getId() %> I am using a single Tomcat instan

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #3 from Konstantin Kolinko --- For reference: the thread on users@, "Tomcat 7.0.54 - Session invalidate broken in some apps" http://tomcat.markmail.org/thread/3zjrbavcxgrnw3ga -- You are receiving this mail because: You are th

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #2 from David Rees --- Created attachment 31679 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31679&action=edit invalidate.jsp -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #1 from David Rees --- Created attachment 31678 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31678&action=edit session.jsp -- You are receiving this mail because: You are the assignee for the bug. --