Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5639 | minor | always | 01-27-14 14:11 | 03-18-14 10:27 | |
|
|||||
Reporter: | alex | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.37 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.39 | ||
|
|||||
Summary: | 0005639: session replication goes unsync with session-save mode set to before-headers. | ||||
Description: |
rep by Thomas Rogan change session-config/save-mode to "before-headers" open browser issue 3 requests to a:8080 open second window issue request to b:8082 make sure value of session is the same and value of 'foo:' in the second window is 3 change windows and watch session go unsynchronized as new requests get issued. |
||||
Steps To Reproduce: | |||||
Additional Information: |
<%@ page session="true"%><% Integer i = (Integer) session.getAttribute("foo"); if (i == null) i = new Integer(0); else i = new Integer(i.intValue() + 1); session.setAttribute("foo", i); out.println(((com.caucho.server.webapp.WebApp)application).getServer()); out.println("foo: " + i); %> |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|