Skip to content

Instantly share code, notes, and snippets.

@sxd
Created October 28, 2016 19:42
Show Gist options
  • Save sxd/927234e98737e4a5cc94ced522885608 to your computer and use it in GitHub Desktop.
Save sxd/927234e98737e4a5cc94ced522885608 to your computer and use it in GitHub Desktop.
if ($cookie_COOKIE-NAME ~ "value_1") {
# Do some crazy stuff here
}
if ($cookie_COOKIE-NAME ~ "value_2") {
# Do some other crazy stuff here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment