10d24a04f2cc45af8484f29d35899bec2e53db46
jcasper
  Fri May 27 16:29:24 2016 -0700
Initial commit of public session listing CGI hgPublicSessions and supporting changes to hgSession. refs #15312

diff --git src/hg/lib/namedSessionDb.as src/hg/lib/namedSessionDb.as
index 3f50543..df48f8d 100644
--- src/hg/lib/namedSessionDb.as
+++ src/hg/lib/namedSessionDb.as
@@ -1,12 +1,12 @@
 table namedSessionDb
 "Named user sessions."
     (
     string userName;	"User name (from genomewiki)."
     string sessionName;	"Name that user assigns to this session"
     lstring contents;	"CGI string of var=val&... settings."
-    byte shared;	"1 if this session may be shared with other users."
+    byte shared;	"1 if this session may be shared with other users, 2 if added to the public listing."
     string firstUse;	"Session creation date."
     string lastUse;	"Session most-recent-usage date."
     int useCount;	"Number of times this session has been used."
     lstring settings;	".ra-formatted metadata"
     )