To increase default time-out session it\'s configured in OpenKM/web-inf/server.xml
Simply adding for example
Code: Select all<session-config>
<session-timeout>60</session-timeout> <!-- 60 minutes -->
</session-config>
About tedious locked users. There\'s no session problem, because OpenKM each 15 minutes fires a keep alive request to server with objective to mantaining session. When users logout incorrectly is when appears problem ( if problems appears on other scenario might take a look about user popup killer or antivirus that hangs keep alive automatically request ).
How to solve locked users, we\'ll that has been some security enhancement - only enable single login - and it has not been a lucky idea. Seems on future might change it.