by admin » Wed Mar 14, 2012 3:03 pm
Hi Jacques,
If the user close their browser without logging out, their session is automatically closed after a timeout of 20 minutes. The 20 minutes can be configured in IIS, but it's usually an ok setting.
If they just leave their computer without closing the browser, they will remain logged in and there is not really a way to log them out (other than recycling the application pool from IIS manager, which logs everybody out).
Idle sessions are not often a performance issue.
Best regards
Bo Andersen