Domino R6.0 on a linux Server.
The users get lots of (single) usersessions on different ports. Even if the logout those sessions remain active.
Now i “drop all”.But I need a better idea.
How would i do?
Thank you!
Domino R6.0 on a linux Server.
The users get lots of (single) usersessions on different ports. Even if the logout those sessions remain active.
Now i “drop all”.But I need a better idea.
How would i do?
Thank you!
Subject: How to drop idle session
Keith,
Have a look at this:
Not sure if it will help but worth a try.
Subject: Server_Session_Timeout=30?
Could this setting help?
(Daniel ldd@nashcom.de)
Syntax: Server_Session_Timeout=minutes
Description: Specifies the number of minutes of inactivity after which the server automatically terminates network and mobile connections. The minimum recommended setting is 15 minutes. If you specify a lower time, the server must reopen database server sessions too frequently, which slows server performance. For mobile connections, XPC has its own internal time-out. If the XPC time-out value is shorter than the Server_Session_Timeout value, the XPC time-out takes precedence.
Applies to: Servers
Default: 4 hours
Subject: RE: Server_Session_Timeout=30?
The both ways didn’t work for me.
Thanks for help.