Perspective app requires login multiple times in a session

Hi everyone, I have some perspective apps. I have set up the requiring authentication function for these apps. However, I figured out that a user must log in several times in the same session to continue using the functions. You can see it in the figure below. I believe it is inconvenient for the user. In a conventional SCADA application, the user just needs to log in only one time for monitoring the application.

Did the browser cache or the security token expires cause the issue? Because Perspective runs as a web-based application. Or I have configured some things incorrectly. I have followed this documentation Security In Perspective to set up the authentication function.

Thank you so much for your time!

Its possible its the inactivity setting here that automatically logs the user out
https://docs.inductiveautomation.com/display/DOC80/Perspective+Project+Properties#PerspectiveProjectProperties-PerspectiveInactivityProperties

1 Like

@SKA thanks for your help. I will try it later.