Adriano

Results 7 comments of Adriano

I changed the math_number generator parsing it to string and returning the string value and finally the example works, maybe it can be changed on codelabs

Yes, I agree completely. sorry for sending the information so messy

@brockallen thanks are compatible the monitorSession=true and the WebStorageStateStore = localstorage at the same time?

@brockallen I'm not understanding how can I avoid the issue that I explained with that configuration, when the monitorSession get from the UserManager.getUser() a user that was logged off in...

@brockallen the issue happen with session storage too, because is persisted until the browser / tab is closed

@brockallen maybe my comment was not clear, the problem that I have is because the monitor session detects that the user has changed and trigger the log out, but the...

@brockallen I follow the code and the _start method on the SessionMonitor calls this._checkSessionIFrame = new this._CheckSessionIFrameCtor(this._callback.bind(this), client_id, url, interval, stopOnError); and the _callback method get the user from the...