Package: x2goclient Version: 4.0.2.0 Severity: wishlist Currently the client re-authenticates with the session broker for every interaction. This breaks the use of any one time use authentication methods. The attached patch adds support for the session broker server to include an authid in its responses. The client will then include that authid in future requests. A corresponding patch to the session broker is forthcoming. Patch should be backward compatible with existing session brokers.