hide session id from user node name
This commit is contained in:
parent
65feddbf32
commit
0beed82331
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class User implements Serializable {
|
||||||
this.app = app;
|
this.app = app;
|
||||||
setNode (null);
|
setNode (null);
|
||||||
umap = app.getDbMapping ("user");
|
umap = app.getDbMapping ("user");
|
||||||
cache = new Node (sid);
|
cache = new Node ("[session cache]");
|
||||||
cache.setPrototype ("user");
|
cache.setPrototype ("user");
|
||||||
cache.setDbMapping (umap);
|
cache.setDbMapping (umap);
|
||||||
sessionID = sid;
|
sessionID = sid;
|
||||||
|
|
Loading…
Add table
Reference in a new issue