Skip to content

Instantly share code, notes, and snippets.

@dbolser-ebi
Last active September 29, 2016 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbolser-ebi/24087f28c9c6f46cc194ddeb97b0252c to your computer and use it in GitHub Desktop.
Save dbolser-ebi/24087f28c9c6f46cc194ddeb97b0252c to your computer and use it in GitHub Desktop.
1) Go to http://www.ebi.ac.uk/ena/data/view/AEWC00000000 and see 'WGS Sequence Set: AEWC01000000 ...', which is right.
2) https://www.ebi.ac.uk/seqdb/confluence/dashboard.action and notice a cookie called JSESSIONID with path '/seqdb/confluence/'.
3) Go back to the ENA page and delete the cookie called JSESSIONID with path '/ena/data'.
4) Reload the ENA page and notice 'No results found for: AEWC00000000', which is wrong.
5) Delete the JSESSIONID with path '/seqdb/confluence/' (from the confluence page).
6) Reload the ENA page and notice 'WGS Sequence Set: AEWC01000000...' again.
7) Freak out.
@dbolser-ebi
Copy link
Author

dbolser-ebi commented Sep 29, 2016

Note that deleting the cookie in step 5 is a shortcut for waiting 24 hours (which is when this cookie expires?). i.e. you get the exact same behaviour if you don't delete it in step 5, but just wait 24 hours...

@dbolser-ebi
Copy link
Author

My Chrome version is: https://gist.github.com/dbolser-ebi/4f7b259f13432d1a53da04477df043ca

Note that this doesn't happen when visiting https://jira.atlassian.com/secure/Dashboard.jspa but does happen when visiting https://www.ebi.ac.uk/panda/jira/secure/Dashboard.jspa (same domain).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment