Multiple api / multiple session

I am currently working on a copy trading solution that involves executing trades from Tradetron while simultaneously using a Python script for monitoring and execution.
However, I’ve observed that as soon as I log in through Tradetron, my active session from the Python script gets expired or invalidated. It appears that the broker session does not allow multiple active connections at the same time.
Could you please guide me on how to maintain concurrent sessions or suggest a suitable workaround to ensure both platforms can work simultaneously without disconnecting each other?
Also, please let us know if multi-session API support is available in Firstock, and if so, how it can be utilized for use cases like this.
Looking forward to your support and guidance.