Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to rename "cspm" cookie name

Fozail_183609
Nimbostratus
Nimbostratus

Dear Experts,

 

I am looking for some assistance to change the name of cookie which is being injected by F5 (AVR) to collect page load time:

 

Below is the default cookie name, F5 sends in the response.

 

Set-Cookie: f5_cspm=1234;

 

I would like to modify the name of the cookie and will encrypt as well for security reason.

 

I did some research and found that it is possible to rename it but could not find an article regarding how to rename it.

 

https://cdn.f5.com/product/bugtracker/ID608242.html

 

Any suggestions will be highly appreciated.

 

1 REPLY 1

rob_carr
Cirrostratus
Cirrostratus

Running a 'tmsh list sys db ' command for avr.cspmcachecookiename gives the following output:

[root@bigip81:Active:Standalone] config  tmsh list sys db avr.cspmcachecookiename
sys db avr.cspmcachecookiename {
    value "f5_cspm"
}

From that, the command to change the cookie name would be 'tmsh modify sys db avr.cspmcachecookiename value "your_preferred_cookie_name".