https://issues.apache.org/bugzilla/show_bug.cgi?id=47023
--- Comment #1 from Andreas Hartmann <[email protected]> 2009-04-14 02:08:27 PST --- A possible approach would be to use the accreditable manager ID as part of the session attribute key: String accrMgrId = accreditableManager.getId(); session.setAttribute(Identity.class.getName() + "/" + accrMgrId, identity); This way, each accreditable manager could have its own identity in the same servlet session. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
