Online-PhyloViZ
Online-PhyloViZ copied to clipboard
added option to specify cookie filename
Because the cookie filename is hard-coded (jarfile) and the file is overwritten on each API upload, it is possible for one request of a web application to change the cookie of another concurrent request. This pull request allows you to specify the name of the cookie file (using option -j) so that the application can ensure the cookie filenames are unique and delete them afterwards.