some session is not out when doing kill session in Navision 2013 r2.
Please help us.
*This post is locked for comments
some session is not out when doing kill session in Navision 2013 r2.
Please help us.
*This post is locked for comments
Hi Pawan,
Please customize the Sessions list page by adding a page action.
in the on Action trigger use the below code:
STOPSESSION("Session ID");
this will enable your sessions list page to kill active sessions by simply selecting the record and pressing action to kill.
cheers,
Sathyanarayanan.S
I recommend implementing the solution provided in the below link for killing sessions.
sql query written
How do you killing sessions ? Have you written any sql queries or any customization on session part?