I see some solution for kill session. I want kill session multiple option. Please write each solution with work versions both of Navision - SQL and Native DB.
Someone said to
I see too much solution for this problem but i need new one. One code all version that is my target. Thanks a lot.
Someone said to
Another oneChange registry "KeepAliveTime" DWord
and new one write code for Navision Codeunit ;go to table 91 and create new field name of "Kill Idle Duration" and type Duration then value to 50000
,,, SQL Scripts for SQL Server or Codeunit for Native DBBEGIN Session.SETRANGE("My Session",FALSE); Session.SETFILTER("Idle Time",'>15 min'); IF Session.FINDSET THEN REPEAT Session.DELETE; COMMIT; UNTIL Session.NEXT = 0; END;
I see too much solution for this problem but i need new one. One code all version that is my target. Thanks a lot.