Avoid custom auth to create new session
Hello,
I'm currently having trouble with my custom authenticator: each time a user logs through it, a new session is created.
My user reach my thingworx server (8.4.0-b2013) with REST call. All the process of the authentication works fine but a new session is created with each request.
After some investigation, I think only having the cookie served by thingworx across tomcat allows to find the active session. However I don't use the cookie as it would bypass my custom process of authentication.
It seems x-thingworx-session equals to true or false doesn't change anything
Maybe there is a way to find the active session without cookie
I know I could limit the maximum number of session per user in configuration, but my goal is to use data stored in the session, so even if I limit the number, a new session would be created and I will lose data already stored
Any ideas?

