PingCentral API Reference

Session Management

The session API endpoints support operations to read and update session resources.

Data model

Property Description

cookieName

A string that specifies the name of the cookie containing the session JWT. This is a required property.

keyRollIntervalHours

An integer that specifies the lifetime in hours of the key used to encrypt the session cookie. This is a required property.

maxIdleTimeSeconds

An integer that specifies the maximum time in seconds a session is valid without activity. This is a required property.

maxSessionTimeSeconds

An integer that specifies the maximum time in seconds a session is valid. This is a required property.

sessionUpdateIntervalSeconds

An integer that specifies the minimum number of seconds between session cookie updates. This is a required property.

Response codes

Code Message

200

Successful operation.

201

Successfully created.

400

The request could not be completed.

401

You do not have access to this resource.

403

You do not have permissions or are not licensed to make this request, or your license is exceeded.

404

The requested resource was not found.

422

The requested could not be completed because of validation error(s).