Skip to content
Snippets Groups Projects
Commit 8329bba9 authored by srosse's avatar srosse
Browse files

OO-606: session info is serialized too

parent d4e2d112
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,6 @@ public class UserSession implements HttpSessionBindingListener, GenericEventList ...@@ -103,7 +103,6 @@ public class UserSession implements HttpSessionBindingListener, GenericEventList
store = new HashMap<String,Object>(4); store = new HashMap<String,Object>(4);
nonClearedStore = new HashMap<String,Object>(); nonClearedStore = new HashMap<String,Object>();
singleUserSystemBus = CoordinatorManager.getInstance().getCoordinator().createSingleUserInstance(); singleUserSystemBus = CoordinatorManager.getInstance().getCoordinator().createSingleUserInstance();
sessionInfo = null;
return this; return this;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment