e377de3acc8d67a291b3dc89ffe9985d1538fe85 brianlee Mon Sep 7 16:54:31 2015 -0700 Changing wording to hgSessions requested by Bob refs #15971 diff --git src/hg/hgSession/hgSession.c src/hg/hgSession/hgSession.c index 42d4f8a..7864259 100644 --- src/hg/hgSession/hgSession.c +++ src/hg/hgSession/hgSession.c @@ -499,35 +499,39 @@ showLoadingOptions(userName, savedSessionsSupported); printf("</FORM>\n"); } void showLinkingTemplates(char *userName) /* Explain how to create links to us for sharing sessions. */ { struct dyString *dyUrl = dyStringNew(1024); webNewSection("Sharing Sessions"); printf("There are several ways to share saved sessions with others.\n"); printf("<UL>\n"); if (userName != NULL) { printf("<LI>Each previously saved named session appears with " "Browser and Email links. " - "The Browser link takes you to the Genome Browser " - "with that session loaded. The resulting Genome Browser page " - "can be bookmarked in your web browser and/or shared with others. " "The Email link invokes your email tool with a message " - "containing the Genome Browser link.</LI>\n"); + "containing the Genome Browser link. The Email link can " + "be bookmarked in your web browser and/or shared with " + "others. If you right-click and copy the Browser link, " + "it will be the same as the Email link. However, if you " + "click the Browser link it will take you to the Genome " + "Browser and become a uniquely identified URL once the " + "session loads, so that resulting link is not advised " + "for sharing.</LI>\n"); } else if (wikiLinkEnabled()) { printf("<LI>If you <A HREF=\"%s\">sign in</A>, you will be able " " to save named sessions which will be displayed with " " Browser and Email links.</LI>\n", wikiLinkUserLoginUrl(cartSessionId(cart))); } dyStringPrintf(dyUrl, "http%s://%s%s", cgiAppendSForHttps(), cgiServerNamePort(), cgiScriptName()); printf("<LI>If you have saved your settings to a local file, you can send " "email to others with the file as an attachment and direct them to " "<A HREF=\"%s\">%s</A> .</LI>\n", dyUrl->string, dyUrl->string); dyStringPrintf(dyUrl, "?hgS_doLoadUrl=submit&hgS_loadUrlName=");