Skip to content

Instantly share code, notes, and snippets.

@jptoto
Created May 14, 2011 17:02
Show Gist options
  • Save jptoto/972384 to your computer and use it in GitHub Desktop.
Save jptoto/972384 to your computer and use it in GitHub Desktop.
Manually set Auth Cookie
HttpContext.Current.Response.Cookies.Set(new HttpCookie(name, data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment