Anonymous | Login | Signup for a new account | 12-17-2024 10:47 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 | ||||
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 | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |