the architecture: I have a central guac server that is authenticating with mysql.
There are multiple connection groups configured with multiple connections each. We are generating the URL for each connection like: https://cguac.fsu.com/#/client/MTIAYwBteXNxbA==/?username=Ew0PphvrQXegDv_p_72ikw&password=somesecret So everything in a given connection group is give a random username/password like above. If the user connects (with a single browser of course) to one of the connection groups, it works great. If that same user (same browser) tries to connect to another connection group (they also have the temporary link for another connection group) it fails. It appears the browser or guac are caching the connection for the first (username/connection) and not allowing the second as a result. This is what I might expect for a standard website, but I need to work around it here if possible. Any ideas? -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
