https://sourceforge.net/tracker/?func=detail&aid=2832968&group_id=176962&atid=955896 ( User context lost )
- session context not clean up properly
This commit is contained in:
parent
d2740a76b7
commit
8c698bf84f
|
@ -187,6 +187,7 @@ public class SessionContextListener implements ExecutionInit,
|
|||
if (ctx != null && serverContext != null
|
||||
&& ctx.getProperty(SERVLET_SESSION_ID).equals(serverContext.getProperty(SERVLET_SESSION_ID)))
|
||||
{
|
||||
ctx.clear();
|
||||
ctx.putAll(serverContext);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue