cookieExpirationPeriod property

int? cookieExpirationPeriod
final

The amount of time, in seconds, after which the cookie is considered stale. If an expiration period is not specified, the stickiness session lasts for the duration of the browser session.

Implementation

final int? cookieExpirationPeriod;