Mantis - Resin
Viewing Issue Advanced Details
1386 minor always 10-02-06 14:20 10-24-06 11:19
justinwcs  
ferg  
normal  
closed 3.0.21  
fixed  
none    
none 3.1.0  
0001386: always-save-session and always-load-session with save-on-shutdown causes session to be overwritten every request
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.
 

Notes
(0001550)
ferg   
10-24-06 11:19   
server/01t{5,6}