On Sat, Oct 8, 2022 at 12:27 PM Juan Domingo Esteve <[email protected]> wrote: > > Hello to all. > > I have arranged an application to run with Guacamole. When the user > leaves my application, he/she leaves the Guacamole session, too. > Then, a banner is presented which says "CONNECTION ENDED" > and offers the possibility of Reconnect or Logout. Reconnection is > tried every 15 seconds. > > Is there any way to get rid of this step, i.e.: is there any > Guacamole configuration parameter, or even any change in the source > code that, when the session ends, directly makes a logout without > offering the user the possibility of reconnection? >
There is no way without modification to the source code - no configuration option that would accomplish this. Changing the source code is certainly possible for removing this step. > This is because I manage myself the authentification and the > application is not meant to keep usernames and passwords but to > let users come in with a one-time generated login/password that > is not used again, so re-login makes no sense. Depending on how complicated an application you have, you could consider not using GUacamole Client at all and just using the guacamole-common bits to build your own Guacamole Client-like application. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
