Is it possible to log a user out of Navision 3.70 running on a SQL DB if they have not been active for a while.
This is the usual problem of folk going home when still logged in.
Sorry if I missed it, tried to search for this but no results.
Experience is what you get when you hoped to get money
0
Comments
Freelance Dynamics AX
Blog : http://axnmaia.wordpress.com/
http://www.BiloBeauty.com
http://www.autismspeaks.org
I have created a codeunit using session table. i have written the code to delete the sessions of the user whose idle time is greater than 15 minutes. But i don't know where to call this codeunit. Please provide me with solution. Thanks in advance.