Skip to main content
12-Amethyst
August 10, 2023
Solved

UserManagementSubsystem - Session Management Settings - Idle Session Timeout

  • August 10, 2023
  • 1 reply
  • 1228 views

The UserManagementSubsystem has Session Management Settings where we can set the "Idle Session Timeout (min)". My use case requires redirecting the user to the login mashup screen when the idle session timeout expires. As far as I can tell, I don't see the redirect URL to configure the same in ThingWorx. Could you please share the code snippet for this scenario?

In ThingWorx, even though the mashups are active, the session expires when the session timeout is reached. Does ThingWorx behave this way by default? I want to implement the timeout in such a way that only the session expires if the system is idle for the set period of time.

Thanks 

 

Best answer by wcui

Thingworx does not supply OOTB funtion to allow redirecting to any Mahsup, but you can check if workarounds in this article help or not.

https://www.ptc.com/en/support/article/cs329978

 

 

1 reply

wcui16-PearlAnswer
16-Pearl
August 15, 2023

Thingworx does not supply OOTB funtion to allow redirecting to any Mahsup, but you can check if workarounds in this article help or not.

https://www.ptc.com/en/support/article/cs329978

 

 

12-Amethyst
August 17, 2023

The workaround referred in the article is not an adoptable solution for my use case.  Thanks for your help.