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;
|
||||
setNode (null);
|
||||
umap = app.getDbMapping ("user");
|
||||
cache = new Node (sid);
|
||||
cache = new Node ("[session cache]");
|
||||
cache.setPrototype ("user");
|
||||
cache.setDbMapping (umap);
|
||||
sessionID = sid;
|
||||
|
|
Loading…
Add table
Reference in a new issue