Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1386 | minor | always | 10-02-06 14:20 | 10-24-06 11:19 | |
|
|||||
Reporter: | justinwcs | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.21 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.0 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|