Cookie Expiry

Using cookie_ttl allows you to set a timeline for how long the cookie should stay active and therefore how long the session stays active.

<div id="hdAttributes" cookie_ttl="7"></div>

In this example, the number "7" represents the number of days that the cookie should stay active. This value can be customized as desired.

Last updated