Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1593 | feature | N/A | 01-30-07 19:15 | 05-25-07 16:37 | |
|
|||||
Reporter: | hypefiend | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.23 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|||||
Summary: | 0001593: Add a config option for session-id prefix in jdbc-store sessions | ||||
Description: |
My requirement is to have the ability (against servlet spec) to use the same db-persisted session across a variety of webapps on a variety of servers. E.g. I need the following to all share the same session: http://host1/appa [^] http://host1/appb [^] http://host2/appa [^] http://host2/appc [^] I've managed to hack the source for SessionManager.java to set _distributionId = "mycustomprefix", and that seems to do the trick. Ideally, there would be a session config param in <session-config> that would allow override of the default (hostname + contextPath). Thoughts? |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|