How can i set idle time everywhere? (Kill Session) - (Multiple User Connection)

Mur1en
Member Posts: 3
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.
0
Answers
-
[Topic moved from 'NAV Tips & Tricks' forum to 'NAV Three Tier' forum]
Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!5
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions