Forum Discussion

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
      }
    }