Skip to content

Instantly share code, notes, and snippets.

@oclockvn
Created April 7, 2015 02:30
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 oclockvn/c92dce5648d3043f7b08 to your computer and use it in GitHub Desktop.
Save oclockvn/c92dce5648d3043f7b08 to your computer and use it in GitHub Desktop.
var myCookie = new HttpCookie("id", "ABC123");
Request.Cookies.Add(myCookie);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment