How to redirect after a session is timed out in perspective

So I am able to define if inactive time is more than 1min it should log the user out.

I also want to redirect them a certain perspective view. I know it is possible in vision, I wanted to know if it is possible to do that in perspective as well. If so, how do you implement it.

1 Like

I also need to redirect, instead of logout

Same here. Any clue?

Use a property change event on the lastActivity session property:
https://docs.inductiveautomation.com/display/DOC81/Session+Properties#SessionProperties-SessionPropertiesTable

1 Like