Skip to main content
1-Visitor
August 2, 2018
Question

Session Management

  • August 2, 2018
  • 1 reply
  • 2093 views

Hi,

I wanted to have multiple users using my application and came to know that session management is the solution.

I have couple of questions on the same.

     1. Thingworx session management is for Thingworx logged-in users, as I understood.
         However, I have my user data stored in GraphDB. Can I make use of the Thingworx session management          features in that situation?

     2. Is there any proper documentation where I can obtain some insights regarding the TWX session                           management?

 

 

    1 reply

    5-Regular Member
    August 3, 2018

    Hi,

     

    Multiple User can login the composer or mashups at the same time, you don't need extra configuration on the Session field, while the Session field could help monitor the User behaviors.

     

    For Session Management/ Session Variables information, you can search for article 249180 in esupport knowledge base, it will show you how Session are used in the platform

    1-Visitor
    August 6, 2018

    Hi,

    Thanks for your response.

    I think you are talking about the TWX user, where in my case it is the application user (created in GraphDB), who needs separate sessions on separate machines. I tried accessing the mashup from a different machine, but landing on the already logged-in user page, instead of the log in page.

    5-Regular Member
    August 8, 2018

    The TWX server manage the User Sessions by the User name, if you login with different User name, the session will be logged separately, if you login with same User in different machine/ browser, the login will be updated, and probably you'll sign in the latest page.

     

    Anyway, I'm not sure if I understand your problem correctly