Skip to content

Commit

Permalink
sessionFile example
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaof committed Aug 21, 2019
1 parent 168d7c1 commit 376ecdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tracks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For an Apache web server in Ubuntu this setup (add this to the enabled .conf fil
Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Headers: Range
Header always set Access-Control-Max-Age: 86400

Then restart your Apache server.

Enable CORS on Apache2 under CentOS
Expand Down
3 changes: 3 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ Sessions can be downloaded to a json file to your local disk, or can be uploaded

.. image:: _static/session_dn_up.png

.. note:: The downloaded session file can be put in a URL, then use ``sessionFile`` parameter for fast retrieve
the session, like ``http://epigenomegateway.wustl.edu/browser/?sessionFile=https://wangftp.wustl.edu/~dli/test/eg-session--1692c5f0-c392-11e9-829c-912864922e1e.json``

Live browsing
~~~~~~~~~~~~~

Expand Down

0 comments on commit 376ecdb

Please sign in to comment.