On Fri, Jun 28, 2019 at 11:43 AM Manoj Patil <[email protected]> wrote:

> When I am logout the rdp session then connection drop few seconds
>

Active connections associated with a Guacamole session are closed
immediately upon logout. This happens automatically as part of session
cleanup. If the user does not log out, but simply closes the tab, the
client running within the tab will attempt to signal the server that it is
being closed. The browser may not allow that signal to go through in all
cases. If the server does not receive the signal indicating orderly
disconnect, it must wait for the connection to time out, which will take
~15 seconds.

If you are indeed clicking "logout" within Guacamole, there should be no
pause at all. All associated connections should be closed essentially
instantaneously.

Any chance you might be blocking the HTTP DELETE requests used to by the
REST API to request logout?

- Mike

Reply via email to