Forum Discussion
pedinopa_170325
Aug 06, 2018Nimbostratus
hide jsession ID
I need to remove the jsession ID from my client browser. The jsession id is not used but when a client makes the initial connection to my web site the browser inserts a jsession ID then the server s...
pedinopa_170325
Aug 06, 2018Nimbostratus
this irule worked when HTTP_REQUEST {
Check if the path contains a jsessionid
if {[HTTP::path] contains ";jsessionid="}{
Split the path on the jsession ID and update it to the first field
HTTP::path [getfield [HTTP::path] ";jsessionid=" 1]
}
}
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