You are not logged in.
Pages: 1
Hi
I've problem with session broken after about 30 minutes of inactivity. Session timeout for group User is set to default (60 min.), but after 30 min. delphi client gets:
401
"sicClientDriven instance not found or deprecated..."
Regards, Tomek
Offline
I'm using CrossPlatform TSQLRestClientHTTP, and it hasn't SessionHeartbeatSeconds property.
When session timeout is set to low value, server throws 403-invalid signature - as expected.
There seems to be another validation for ClientDrivenId, which throws 401 before session expire.
Regards, Tomek
Offline
In case someone else faced that problem:
ServiceFactoryServer instance has life timeout, for sicClientDriven, sicPerSession, sicPerUser or sicPerGroup modes. It's not dependent on Session timeout, default value is 30 minutes and can be set with SetTimeoutSec().
Regards, Tomek
Offline
Pages: 1