We were unable to reproduce this problem, the feature works as expected - the timeout is extended by the specified time after every invocation. If you could come up with a sample code demonstrating the problem, it would be very helpful.
This is good to know since I’ll have to code for this activity.
I will keep an eye on this session timeout, since I’m fairly certain that a user can login and and perform add/deletes , etc. and it doesn’t expire for this 1 hour threshold.
My user logged in at 10:30:40:758 and the last activity was at 11:59:23:732. I had the Enable Session Timeout set to 600 seconds. I then disabled this Session Time out and I immediately get the error:
{“message”:“Not existing user token. Relogin user to update your user token”,“code”:3064}
I currently do not have Enable Session Timeout enabled. My user has been currently logged in and adding/deleting data for more than two hours now. I thought the default of 1 hour sessions timeouts would be applied here but so far they are not. Can you shed more light on this subject?
Just like when the sessions are enabled, it is 1 hour after the most recent invocation. Every request within 1 hour extends the life of the session by another hour