Announcements
No record found.
Can I logout these users from system tell me the guide? how?
best wishes
*This post is locked for comments
Hi
For this you need to code changes, you can refer the below.
www.olofsimren.com/kill-sessions-in-dynamics-nav
Is it possible to use as system logout no code? or SQL
Yes, you can logout the idle users by changing the ClientReconnectPeriod, Idle Client Timeoutsettings in the NAV Administration
the below will help you to understand and change the settings
saurav-nav.blogspot.com/.../nav-three-tier-auto-kill-idle-session.html
msdn.microsoft.com/.../dn584639(v=nav.71).aspx
in SQl you can use "kill" command
msdn.microsoft.com/.../ms173730.aspx
As Mohana offered, you can do this via SQL, using SQL Management Studio user interface tools or writing simple statements. E.g., refer here: servergeeks.wordpress.com/.../how-to-kill-sql-threads-or-kill-user-sessions
Hi Nematullah,
Nice to meet you here!
Stop a Session is a free feature in our new tool, Idle Session Management, will be released on 10/10/2016. Hope it will be on Mibuso next week so you can download and use. Otherwise, you can contact me via email. No code here, just import the NAV objects:
You can download it now, it is just uploaded on Mibuso:
mibuso.com/.../idle-session-management
Have a nice weekend!
Nematullah,
Please check out this link and follow the exact steps. It will solve your query for 100%.
Hi RockWith NAV,
The problem that Nematullah is end user and he hasn't got Dev License for customization.
He just imports fob objects and uses the tool with Customer License. The feature is free:
Hello, you can drop users from NAV by simply removing them from the [Active Session] table. Use the SELECT statement below to find the Session ID of the user that you want to end the session for. Then use the DELETE statement as set to that Session ID. Do not exclude the WHERE statement when you run the DELETE statement. (The DELETE statement remains commented out until needed):
--DELETE FROM [Active Session]
--WHERE [Session ID] = 5753
------------------------------
SELECT *
FROM [Active Session]
ORDER BY [User ID] ASC
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.