On Fri, Jul 14, 2017 at 7:52 AM, Karl Fiabeschi <[email protected]> wrote: > Hi there, > > where exactly i must put the <session-timeout> code to increase the user's > session timeout? >
Nowhere - the Guacamole web application does not use the servlet API's session implementation. It provides its own implementation, configured via the "api-session-timeout" setting in guacamole.properties: http://guacamole.incubator.apache.org/doc/gug/configuring-guacamole.html#initial-setup There is never any need to modify Guacamole's web.xml. The web.xml is used only internally to the extent necessary to configure Guacamole's own servlets. Users are not expected to need to modify web.xml nor edit any other part of Guacamole's codebase in order to configure Guacamole. All of the various configuration options are set either through guacamole.properties or other external files in GUACAMOLE_HOME. - Mike
