Mantis Bugtracker
  

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

- Relationships

- Notes
(0006391)
alex
01-27-14 14:13

workaround: unset session-config/save-mode

 
(0006411)
thomas_rogan
03-03-14 14:49

Howdy guys... Just curious if there was any movement on this issue. We're bumping into the need for this feature. Thanks! -Tom
 
(0006417)
ferg
03-18-14 10:27

server/01nw
 

- Issue History
Date Modified Username Field Change
01-27-14 14:11 alex New Issue
01-27-14 14:13 alex Note Added: 0006391
01-27-14 14:13 alex Description Updated
03-03-14 14:47 thomas_rogan Issue Monitored: thomas_rogan
03-03-14 14:49 thomas_rogan Note Added: 0006411
03-18-14 10:27 ferg Note Added: 0006417
03-18-14 10:27 ferg Assigned To  => ferg
03-18-14 10:27 ferg Status new => closed
03-18-14 10:27 ferg Resolution open => fixed
03-18-14 10:27 ferg Fixed in Version  => 4.0.39


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
36 total queries executed.
29 unique queries executed.
Powered by Mantis Bugtracker