You are not logged in.
Pages: 1
I am using interfaced rest server WITHOUT Object-Relational Mapping. Only Rest interface.
Like documented the default session is closed after 30 minutes. But since I am not using any of the table operations the session is closed EVEN I use the interface all the time.
How can I set a kind of activity flag?
Thanks
Offline
As far as I can tell, TSQLRestServer.SessionAccess is called and set result.fTimeOutTix to the proper deprecation tix, even for interface methods - of course, if you really use remote session authentication (not direct interface call on server side).
Are you sure User.TSQLAuthGroup.SessionTimeout is properly set in your case?
Offline
Pages: 1