Make Open Session open a new connection even if there's already a connection open
0 vote
This week I came across a problem where I had a connection open to a specific host for a long time.
I decided i needed some parameters changed to the connection but I didn't want to lose the output I already had in the current session. Turns out you have to close and open a new one therefore losing the output i had before
Hello Ricardo,
I think the open you are looking for already exists, under File -> Options -> General. Set Allow multiple connections (Default) to True. It will give you the possibility to open a session multiple times.
Please let me know if it's not what you are looking for.
Best regards,
David Grandolfo
multiple_connections.png
ah ok sorry, mine was set to false. thanks