cookieExpirationPeriod property

int? cookieExpirationPeriod
final

The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

Implementation

final int? cookieExpirationPeriod;