usc-isi-i2 / t2wml

Table to Wikidata Mapping Language
MIT License
22 stars 11 forks source link

With multiple sessions T2WML loses track of uploaded files #630

Closed kyao closed 2 years ago

kyao commented 2 years ago

With multiple sessions T2WML loses track of uploaded files

To replicate:

devowit commented 2 years ago

this is due to a problem with how the session tokens are handled in the frontend

zmbq commented 2 years ago

The frontend probably stores the session in localStorage. It should either be in an app-based store, or in sessionStorage