Forum Discussion

2 Replies

  • Hi,

    to enable the cookie secure flag :

    /usr/share/ts/bin/add_del_internal add cookie_secure_attr 1
    

    then

    bigstart restart asm
    

    to disable flag:

    /usr/share/ts/bin/add_del_internal add cookie_secure_attr 0
    

    ! From guide "Impact of procedure: You must restart the BIG-IP ASM service, causing a brief traffic disruption."

  • Enable the cookie_httponly_attr parameter by typing the following command:

     

    /usr/share/ts/bin/add_del_internal add cookie_httponly_attr 1

     

    You must restart the ASM Service.