Perspective Auto Logout using Gateway Event Scheduled

I would like to create the function to logout the all client current users at specify time using Gateway Event Scheduled. I refer to this post Session prop change script has no system.security.logout()? to try it. However, I am not sure how to get the sessionId. Any suggestion for this? I am using Ignition 8.1.44.

You should be able to use system.perspective.getSessionInfo() to get the page ids for all open sessions.

I think the answer you're after is literally in that linked topic

Thank you for reply, I figured out how to trigger from gateway event scheduled. Here is my result.

1 Like