Cookie inserted by APM Browser agent
search cancel

Cookie inserted by APM Browser agent

book

Article ID: 200105

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

APM Browser agent is inserting Cookie in the header which is increasing the header of the monitored page. This is causing the application to encounter errors.

Is it possible to just disable the Cookie insertion into header by APM Browser agent? 

Environment

Release : 10.7.0

Component : APM Agents

Resolution

Enable BrowserAgent extension by setting the following properties.

Keep the following property commented out in IntroscopeAgent.profile file.
#introscope.agent.browseragent.autoInjectionEnabled=false

Set the following properties in bundle.properties file. 
introscope.agent.browseragent.autoInjectionEnabled=true
introscope.agent.browseragent.sustainabilityMetrics.enabled=true
introscope.agent.browseragent.responseCookieEnabled=false
introscope.agent.browseragent.response.decoration.enabled=false
introscope.agent.browseragent.corguid.enabled=false
 
Stop JVM, clear JVM logs and agent logs. start JVM.