Esri / landscape-modeler-js

A JavaScript web application for designing, running, and saving weighted overlay models using the Esri ArcGIS API for JavaScript and ArcGIS Server image services.
http://landscapemodeler.arcgis.com/
Apache License 2.0
29 stars 17 forks source link

Changing password invalidates token in cookie #15

Closed tomwayson closed 10 years ago

tomwayson commented 10 years ago

Turns out that for most AGOL accounts (non Esri Global accounts), changing the password invalidates any tokens that were generated before the change.

Need to add some error handling code to delete the arcgis_auth cookie on startup when the token persisted in that cookie fails.

tomwayson commented 10 years ago

Unable to reproduce.