- context not correct after closing of modal dialog
This commit is contained in:
parent
bc5972eea6
commit
54109e1332
|
@ -156,7 +156,7 @@ public class SessionContextListener implements ExecutionInit,
|
||||||
if (serverContext == null) {
|
if (serverContext == null) {
|
||||||
serverContext = ServerContext.newInstance();
|
serverContext = ServerContext.newInstance();
|
||||||
serverContext.putAll(ctx);
|
serverContext.putAll(ctx);
|
||||||
} else if (!ctx.getProperty(SERVLET_SESSION_ID).equals(serverContext.getProperty(SERVLET_SESSION_ID))) {
|
} else {
|
||||||
serverContext.clear();
|
serverContext.clear();
|
||||||
serverContext.putAll(ctx);
|
serverContext.putAll(ctx);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue