New to Telerik Reporting? Download free 30-day trial

Get Clients Session Timeout Seconds Overview

The request is performed only if the viewer's option keepClientAlive is set to true. The response returns a time in seconds that is used by the viewer to determine how often to perform the request Keep Client Alive.

Request

GET /api/reports/clients/sessionTimeout

Response

HTTP Status Code Description
200 OK Successfully retrieved the client's session timeout

Response Body

The body contains the client's session timeout in seconds

Sample

  • Request

    GET /api/reports/clients/sessionTimeout HTTP/1.1
    
  • Response

    HTTP/1.1 200 OK
    
    {"clientSessionTimeout": 900}
    
In this article