itm / testbed-runtime

WISEBED Wireless Sensor Network Testbed Infrastructure Software
https://github.com/itm/testbed-runtime/wiki
15 stars 11 forks source link

User login should not time out if user is active #383

Closed danbim closed 9 years ago

danbim commented 9 years ago

Currently, login timeouts occur on server side no matter if the user is active or inactive. Normally, users should only be logged out after a while of inactivity, therefore the portal should "touch" the users login whenever operations are executed

danbim commented 9 years ago

Should be fixed with https://github.com/itm/itm-utils/issues/60.