Anonymous | Login | Signup for a new account | 12-17-2024 10:29 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0005639 | [Resin] | minor | always | 01-27-14 14:11 | 03-18-14 10:27 | ||||
Reporter | alex | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 4.0.39 | Product Version | 4.0.37 | ||||
Product Build | |||||||||
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); %> |
||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
36 total queries executed. 29 unique queries executed. |