On Tue, May 12, 2020 at 1:29 PM Jason Keltz <[email protected]> wrote:
> Hi.. > > I have a Guacamole connection that I have added as follows: > > Maximum number of connections: 1 > > Maximum number of connections per user: 1 > > Is there any way in Guacamole to count disconnected sessions that have > yet to be terminated within these limits? > > Not without modification to the code. Guacamole, as implemented today, has no way of knowing that a session is disconnected - that is, if a session between a user and a server gets "Disconnected", in Guacamole's view, the session is gone. There is a JIRA issue out there for having Guacamole do some more advanced session tracking that would allow users to Disconnect a session in Guacamole but have guacd maintain that connection to the back-end server so that the user could reconnect, but there has not been any work done on that to date, and it probably isn't a trivial change - it's going to take a fair amount of work to get it done. https://issues.apache.org/jira/browse/GUACAMOLE-685 -Nick
