Files
@ 182b6be0813e
Branch filter:
Location: SlatePermutate/scripts/webadvisor_tokenidx.js
182b6be0813e
3.8 KiB
text/javascript
Fix the support for automatic WebAdvisor registration to not enter infinite loops.
The automatic registration process used to enter an infinite loop
every time it was used if the user had been previously issued a
TOKENIDX by WebAdvisor. This means that it would work the first time
in most cases but rarely a second time, if ever. Now we use
LASTTOKEN=NULL instead of TOKENIDX= to request a new token and it
works pretty well.
The automatic registration process used to enter an infinite loop
every time it was used if the user had been previously issued a
TOKENIDX by WebAdvisor. This means that it would work the first time
in most cases but rarely a second time, if ever. Now we use
LASTTOKEN=NULL instead of TOKENIDX= to request a new token and it
works pretty well.