Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #33935 All Revisions ] Back to Issue ]
Summary 0033935: Get token call from webpos uses expired token and then continuously repeats itself, filling the log
Revision 2016-10-10 11:09 by mtaal
Steps To Reproduce Install multi-server
Set short token expiry interval by when logging in set breakpoint here:
      OB.UTIL.localStorage.setItem('tokenRefreshInterval', getPreference('OBMOBC_RequestRouterTokenRefreshInterval', 10 * 60000, OB.UTIL.localStorage.getItem('tokenRefreshInterval') || 30 * 60000));
and then stepover and execute this in the console:
OB.UTIL.localStorage.setItem('tokenRefreshInterval', 10000);

Login with webpos
stop store server
wait for token to expire
start store server
next get token will throw exception in log
Revision 2016-10-10 09:39 by mtaal
Steps To Reproduce Install multi-server
Set short token expiry interval
Login with webpos
stop store server and start
wait for token to expire
next get token will throw exception in log
Revision 2016-10-10 09:38 by mtaal
Steps To Reproduce Install multi-server
Schedule server state background process in store
Check central server console


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker