Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001386 [Resin] minor always 10-02-06 14:20 10-24-06 11:19
Reporter justinwcs View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.0 Product Version 3.0.21
  Product Build
Summary 0001386: always-save-session and always-load-session with save-on-shutdown causes session to be overwritten every request
Description The combination of the following three configs will cause sessions to be overwritten every single request. There should be an error thrown to tell people that this config is going to result in a broken app.

                  <always-save-session>true</always-save-session>
                                <always-load-session>true</always-load-session>
                <save-mode>on-shutdown</save-mode>

This is because always-load-session will read the session from the persistent store every request and the session will only get saved at shutdown.
Steps To Reproduce
Additional Information  
Attached Files

- Relationships

- Notes
(0001550)
ferg
10-24-06 11:19

server/01t{5,6}
 

- Issue History
Date Modified Username Field Change
10-02-06 14:20 justinwcs New Issue
10-24-06 11:19 ferg Note Added: 0001550
10-24-06 11:19 ferg Assigned To  => ferg
10-24-06 11:19 ferg Status new => closed
10-24-06 11:19 ferg Resolution open => fixed
10-24-06 11:19 ferg Fixed in Version  => 3.1.0
10-24-06 11:19 ferg Description Updated


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