Web Policy Agents 5.9.1

Enable Cookie Reset

When true, the agent resets (blanks) cookies in the response before redirecting to authentication by issuing a Set-Cookie header to the client. An example header could be similar to this:

Set-Cookie myCookie= ; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Domain=.my.default.fqdn

If FQDN Default is set, the agent sets the cookie domain to the domain specified by the property. Otherwise, the agent leaves the cookie domain blank.

Default: false

Property name

com.sun.identity.agents.config.cookie.reset.enable

Property aliases

com.sun.identity.agents.config.cookie.reset.enable (since 4.x)

Type

Boolean: true returns true; all other strings return false.

Bootstrap property

No

Required property

No

Restart required

No

AM console tab

SSO

Copyright © 2010-2023 ForgeRock, all rights reserved.