Hi Team, raising this case on behalf of a client.
Query:
Opening session in Python logs out Workspace desktop session.
I cannot simultaneously maintain a Workspace session and call open_session(config) from lseg.data python library with config = {
"sessions": {
"default": "platform.ldp",
"platform": {
"ldp": {
"signon_control" : true
}
}
}
}
I assumed "signon_control" : true would fix this but doesn't. Can you suggest how I can open a session in Python using "platform" and prevent my open Workspace session being closed at the same time.
Note: I have removed client's app key, username, and password from he script.
Can you please advise? Thank you.