Posted February 7, 20223 yr Hello, Is there a way to extend the time it takes for someone to get logged out of a proxy session? i.e. I sign in as [Another user] and rather than get signed out after 5 minutes (back to my user) I can stay logged in as theirs? Thanks, Nigel
February 7, 20223 yr Community Expert Solution This would be controlled by typical session so if you are active with the user, you would stay logged in as them. Once the session expires though, you would be logged out. We utilize normal PHP session configuration for this so it is a timing of around 20 min. I believe. I'm afraid, there is no way to change this on our Cloud. (Nor would we recommend changing it if were on self-hosted.)