Starting in Version 19.2, Axiom has a new feature that allows for automatic timeout after a set period of time passes with no activity.
To use this feature, add the following to the end of an Axiom URL:
&inactiveTimeout=
After the = you will need to indicate a time period. Time periods can be represented using 's' for second, 'm' for minute, and 'h' for hour
So, if you wanted the Axiom application to timeout after 4 hours of inactivity, you would use 4h. The URL would look like this:
https://CURRENT_URL&inactiveTimeout=4h
Here is a helpful video demoing the feature:
Comments
0 comments
Article is closed for comments.