Set Default Session Reservation Time
By default, each Browser Studio session is set to 30 minutes. This duration can be adjusted, but the process differs depending on the deployment type (SaaS vs. On-Premises).
SaaS
To adjust the default session duration, please contact our Support Team. They can assist with setting the new value and scheduling a suitable time to apply the changes, as this will require a brief downtime.
To adjust the default session duration, please contact our Support Team. They can assist with setting the new value and scheduling a suitable time to apply the changes, as this will require a brief downtime.
On-Premises
You will need access to the Cloud Server machine to make these changes.
In the application.properties file on the Cloud Server machine, the following property will need to be adjusted:
ct.selenium.default-open-browser-duration = 30m
Change the value to the desired duration in minutes. Ensure the m
letter remains after the number. For example:
ct.selenium.default-open-browser-duration = 15m
After making the changes, restart the Cloud Server component.