[Solved] How long until a website logs you out when doing browser automation? [closed]


Session timeout is set on server side – unless you actually try to time it by incrementing inactivity time and see when it times you out, there is no way for you to determine what the timeout period is.

Any HTTP request (that should include page refresh) would most likely cause you to remain logged in though.

solved How long until a website logs you out when doing browser automation? [closed]