Le Mon, 26 Nov 2018 14:41:25 -0500, Nick Couchman <[email protected]> a écrit :
> This is not a limitation of the Guacamole protocol, guacd, or the > Guacamole Common (guacamole-common) code. If you download and > install the Guacamole Client code, you'll see that it is able to > handle multiple sessions in a single browser (multiple tabs or > multiple windows) with no problem at all, so my guess is that there > is something about how you've implemented the code that is causing > the problem. If you could share the code you're working on, someone > might be able to help you out - I'm not sure I'm familiar enough with > the low-level protocol, API, and/or common code that I could help, > but others on the list should be able to. > > -Nick Hello, Here is the code : https://paste.gormotte.info/lokuqururi The guacamole related part are : - the getConnectURL function This function only creates the payload with all the required parameters, with a randomly generated connection id, uses JWT auth plugin to generate a token and returns the URL of the connection. - the route line 145 and its function "console" this part uses the getConnectURL to generate the url for the computer name given in the call, and redirects the brower to it. I have no idea what in my code could cause the problem.
