Forum Discussion

Torijori_Yamamada's avatar
May 11, 2023
Solved

Removal Cookies on Client Browser

Hello I'm trying to erase a bunc of cookies which belongs to expired session. Cookies are sending by the servers (CyberArk) and they are session cookies. Here in this scenario the F5 is used as Auth...
  • Torijori_Yamamada's avatar
    May 17, 2023

    Hello again.

    Apparently, in order to delete a cookie, you have to specify all properties of the subjected cookie which defined at the first place.

    For example:

    HTTP::header insert "Set-Cookie" "CA66666=deleted;expires=Thu, 01-Jan-1970 00:00:01 GMT;path=/PasswordVault/;SameSite=none;secure;HttpOnly"