icatproject / topcat

GUI to work with multiple ICAT and IDS servers.
Other
1 stars 8 forks source link

Cart mechanism does not work for multiple users of a browser #106

Closed wayne-chung closed 9 years ago

wayne-chung commented 9 years ago

Current cart mechanism does not work for multiple users on a pc since localStorage is shared per site per browser.

Cart items are just stored in a single cart and will be shared by every user that has access to the pc.

wayne-chung commented 9 years ago

Multiple users using a single brower and sharing the localstorage works for now.

For accessing the user cart across different browsers or devices, a backend is required and the cart details saved to a database. A separate issue will be created for this functionality.