Guest User

Untitled

a guest
Jul 26th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. HttpCookie HttpOnlyCookie = new HttpCookie("Code", Code);
  2. HttpOnlyCookie.HttpOnly = true;
  3. Response.Cookies.Add(HttpOnlyCookie);
Add Comment
Please, Sign In to add comment