About application cookie headers fields
Application cookie fields are:
- Are stored in the application requests Cookie header field as a semi-colon(;) separated list.
See Application attributes for more information about application attributes as well as all attribute sources and targets. - Created and populated by Access Gateway for application requests.
- Communicated to back end protected web application, by Access Gateway only.
An example cookie header is shown below, where the additional static attribute exampleCookieField was added with value exampleValue.
Cookie | cookie firstname=Santa; lastname=Claus; staticcookie=1234; exampleCookieField=exampleValue; oagAMCookie=q98coutchcergs043e4jgqg81k; oagAuthToken=_35ab8. . . 764b7; SessionCookie=d3e99...2cab; agw-a=agw-a; agw-c=agw-c |