Page 1 of 1

User session expired when using API

Posted: Tue Sep 18, 2018 8:15 am
by freefor
Hi all,

I am using the REST API within a small phyton script that is automatically started when logging in to my server via SSH. It reads out all currently running nodes and acts like a small "connection manager". Background is that SSH is open outbound, but higher range ports are not.

However, whenever this script starts and logs in using the API, my user session on the web is immediately terminated and I am thrown out. Any way to avoid that, so having multiple sessions in parallel with the same user account?

Regards

Re: User session expired when using API

Posted: Thu Sep 20, 2018 7:32 am
by ecze
No ,

it is by design.

Concurrent access with same account is forbidden.

You have to use a specific account dedicated to your script

E.