Symptoms
Extra APM session appears after refresh in IE 11 and Edge browsers in Windows x64
Impact
Extra APM session is consumed
Conditions
APM is configured for Citrix in integration mode (against WI or Storefront) and IE11 or Edge browser is used
Workaround
Assign the following iRule to the Citrix virtual server:
when HTTP_REQUEST {
if { ([string tolower [HTTP::uri]] ends_with "/receiversmall.ico") } {
HTTP::respond 404
}
}