Hi:
We are having an issue with our client when the browser is refreshed after the scheduler has been allocated.
During initialization of our client we set “window.name” to the base url for our application.
When the browser is refreshed we reference the “window.name” to get the base url. A browser refresh will not reset this value, so it persist across refreshes.
It looks like the scheduler is overriding the “window.name” with a value of “DataStore”
This is causing us to fail when the browser is refreshed.
Any ideas on how to resolve this?
Thanks Jim