Page 1 of 1

Using one SessionID Cookie for multiple connections

Posted: Mon May 07, 2018 8:28 am
by fruitninja
Hello,

Is it possible to use the SessionID of a connection, for a second connection to the same database?
So the first connection provides valid credentials and gets back the SessionID as header.
While the first connection is still open, the second connection uses the this SessionID to log in, without using credentials.

I tested it and got back Status: 401 Unauthorized.
Is there a way to use the SessionId for multiple connections?

Thank you