If we have different applications in two separate workspaces is it possible to share the same session with cookies? We are using a single sign on mechanism. We have a main "app" which launches other apps (all using the same SSO authentication / Cookie name). When this app opens other apps that exist in the same workspace as it, it launches them fine with the same sessions id. When opening an app in a different workspace it reauthenticates via the SSO and creates a new session id. This looks seamless to the users but there are requirements in some apps to pass over application items from one to the other and these get lost in the reauthentication process. The requirement to have different workspaces has come from the client.
Thanks
Simon