Anonymous | Login | Signup for a new account | 12-17-2024 08:33 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000457 | [Resin] | minor | always | 11-18-05 00:00 | 01-27-06 14:35 | ||||
Reporter | sergek | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.0.14 | ||||||
Summary | 0000457: Session.setMaxInactivityInterval does not change JDBC expire_interval | ||||||||
Description |
RSN-506 Our app is configured to timeout sessions after 30 minutes. Once you sign in to our admin system, we call session.setMaxInactivityInterval(7200) for 2 hours. I was just checking persistent_sessions table, and expire_interval is still only 37 minutes for all my sessions. Once more the sessions that I see on my app server that have been idle for more than an hour (but not timed out according to their memory definition) are deleted from the database, suggesting the user would not support bouncing to another server. I'm also confused as to how my app would even list that session that has been around for more than 1 hour... shouldn't those sessions be flushed from memory once I persistent them to the database? Is there a flag I need to set to make it behave this way? I realize my conf is using both filestore and JDBC store to persistent sessions... I can change that, but this seems a bit odd to me. |
||||||||
Additional Information | Windows/Linux Java 1.5 Resin 3.0.14 | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |