679bc93b9090d7cb30217f3d93a04177eb79d973
jcasper
  Sun Jun 23 01:11:56 2019 -0700
Installing updated hg.conf files from UCSC servers

diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf
index 5cd84c1..fbaed39 100644
--- confs/hgwbeta.hg.conf
+++ confs/hgwbeta.hg.conf
@@ -148,25 +148,42 @@
 hgSession.shortLink=on
 
 # If login is enabled, then the server should be configured to support HTTPS. 
 # HTTPS is used for hgLogin by default. If the server cannot support HTTPS 
 # but login is still enabled (not recommended), HTTPS for hgLogin can be 
 # disabled by uncommenting this setting:login.https=off
 #login.https=off
 #
 # Turn off option to save blat results as a custom track. Default is on.
 #useBlatBigPsl=off
 
 # GenomeSpace prod instance urls
 genomeSpace.dmServer=https://dm.genomespace.org/datamanager
 genomeSpace.identityServerUrl=https://identity.genomespace.org/identityServer/basic
 
+# Separate directory for files that belong to saved sessions (hgSession).
+# The path must be absolute (starts with /).
+# This directory must be on the same filesystem as trash/ so hard links work.
+# The purpose of this directory is to allow automated cleaning of old files
+# from trash/ while keeping saved session files safe in a different location.
+sessionDataDir=/userdata/sessions/beta
+sessionDataDirOld=/userdata
+
+# Name prefix of 31 separate databases (one for each day of month, on same
+# server as customTrash, using customTracks.* profile) for custom track
+# database tables that belong to users' saved sessions, analogous to
+# sessionDataDir setting for saved session files.
+# The databases must be named as this prefix followed by {01, 02, 03, ... 31}.
+# For example, if the value is "customData" then the databases are named
+# customData01, customData02, ... customData31.
+sessionDataDbPrefix=customData
+
 # Directory where a static cache of public hub files exists to
 # support hub search.
 hgHubConnect.cacheDir=../trash/hgHubConnect/hubCrawlBeta
 
 #survey=http://bit.ly/ucscTraining
 #surveyLabel= Request onsite workshops
 
 # Allow the URL: /cgi-bin/hubApi to produce a WEB page
 # otherwise, it redirects to the help page
 hubApi.allowHtml=on