Opened 12 years ago
Closed 12 years ago
#2019 closed enhancement (fixed)
Support http/localnative connection creation with just session id
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-5.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
To avoid needing to spring up a login dialog if an external tool like MgCooker is invoked, we need to be able to support creating new IServerConnection instances (for http and LocalNative) by just passing in a session id.
Such connections should support a SessionId connection property, and if such a property exists, to create a new connection from that session id.
The caveat of this is that such connections will no longer have the ability to re-generate a new session if the current one's expired due to login information not being persisted. However this is a small price to pay
Fixed and verified with r7173