#1 2023-04-07 23:04:55

firstfriday
Member
Registered: 2015-07-21
Posts: 26

Sessiontimeout

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

#2 2023-04-08 09:33:00

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,205
Website

Re: Sessiontimeout

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

Board footer

Powered by FluxBB