- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Understanding cleartrust.agent.idle_timeout
With the RSA Access Manager agent, what constitutes activity to update the token to reset the cleartrust.agent.idle_timeout value? Does and POST, GET, mouse click? Or does it require an auth call of some type?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The RSA CTSESSION token is validated with each http request. The idle timeout will be checked with each request to ensure the idle timeout has not been exceeded.
So yes a POST or GET will generate a request. A mouse click will not directly initiate a request unless programatically assigned to do by the page that the user is on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The RSA CTSESSION token is validated with each http request. The idle timeout will be checked with each request to ensure the idle timeout has not been exceeded.
So yes a POST or GET will generate a request. A mouse click will not directly initiate a request unless programatically assigned to do by the page that the user is on.
