As per our configuration we haven’t configured any settings related to session timeout. We have developed the screens in perspective. In our TABs where the operator uses near by machines, it is getting automatically logged out. We checked in the gateway settings and Designer project properties there is no such settings we enabled. So how to troubleshoot this and what might causing this issue?
Yes, We suspected that but it was disabled and it won’t go to Sleep or power saver. But I will cross check once again. Do we get the logs @ the time of logout? Or using any scripts we can write to the logs for each timeout. So that we can narrow down the behavior whether it is happening periodically.
Yes, you can use the Perspective session shutdown event to diagnose this, but only from the gateway side. When it fires, you will need to examine the client.
I have created the below script on Session shutdown and will try to monitor the behavior. I have included the session Id also along with message. Since there are multiple Tablets available need to identify from which session got logged out. Will that work? or is there any better handling?
ok I will do that… As an alternate approach is it possible to keep the screen active by running gateway scripts periodically. So it avoids logout incase of operator inactivity
Did you try to set your project timeout to 0 and your IdP timeout? I ran into this situation a couple times where the IdP timeout was still the default value and changing that to 0 solved their auto logout issue.
(By default, there are timeouts, so saying that settings have not been adjusted would mean it's working as intended)