hide session id from user node name

This commit is contained in:
hns 2001-07-30 01:41:45 +00:00
parent 65feddbf32
commit 0beed82331

View file

@ -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;