$autoRenewCookie public property
Whether to automatically renew the identity cookie each time a page is requested. This property is effective only when $enableAutoLogin is true
. When this is false
, the identity cookie will expire after the specified duration since the user is initially logged in. When this is true
, the identity cookie will expire after the specified duration since the user visits the site the last time.
See also $enableAutoLogin.
public boolean $autoRenewCookie = true
Please login to continue.