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;
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!