Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Hemant007_33294's avatar
Hemant007_33294
Icon for Nimbostratus rankNimbostratus
Sep 08, 2017

How to eliminate "missing attributes from SSL cookie encryption?

How to eliminate "missing attributes from SSL cookie encryption?

 

1 Reply

  • If in your server response there is no secure flag, use this iRule:

    when HTTP_RESPONSE {
      foreach mycookie [HTTP::cookie names] {
       HTTP::cookie secure $mycookie enable
      }
    }