Skip to content

Instantly share code, notes, and snippets.

@cflove
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cflove/a091bc83fe5cc6f24937 to your computer and use it in GitHub Desktop.
Save cflove/a091bc83fe5cc6f24937 to your computer and use it in GitHub Desktop.
Railo Cookie Test
<cfif not structKeyExists(cookie,'Bingo')>
<cfcookie secure="false" httpOnly="true" name="Bingo" value="" />
Cookie Created with an empty value. Refresh the Browser to confirm.
<cfelse>
Cookie Exists. All good.
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment