src/hg/lib/hui.c 1.217
1.217 2009/06/25 08:43:07 markd
removed outdated mgc code
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.216
retrieving revision 1.217
diff -b -B -U 4 -r1.216 -r1.217
--- src/hg/lib/hui.c 25 Jun 2009 05:34:41 -0000 1.216
+++ src/hg/lib/hui.c 25 Jun 2009 08:43:07 -0000 1.217
@@ -157,12 +157,9 @@
char *hUserCookie()
/* Return our cookie name. */
{
-if (hIsMgcServer())
- return "mgcuid";
-else
- return cfgOptionDefault("central.cookie", "hguid");
+return cfgOptionDefault("central.cookie", "hguid");
}
char *hDownloadsServer()
/* get the downloads server from hg.conf or the default */