Forum Discussion
pedinopa_170325
Nimbostratus
Aug 06, 2018jsessionid
I thought we had a solution (I was wrong). Appearently when you use ZAP or other header scanners they will find the JSESSIONID. I found the HTML code I need but would rather do it in the F5. The c...
Andy_McGrath
Cumulonimbus
Aug 06, 2018Little confused on what you are trying to do but with an iRule you can do the following to remove the JSESSIONID cookie in the response:
when HTTP_RESPONSE {
HTTP::cookie remove JSESSIONID
}
Would this not break the backend application as remove the session state between the client and the backend?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects