eWebProgrammer
Distributednetworks GofPatterns
prev prev
  Course navigation
  Response.Cookies
Cookie attributes
Name Description
Domain Only send the cookie when requests are made (by the browser) to the specified domain.
Expires This indicates the date on which the cookie expires. If you don't set this value, then the cookie is lost when the current session ends.
HasKeys Does the cookie contain keys?
Path If specified, the cookie is sent only to requests to this path (within the URL). If you don't specify a path, the application path is used.
Secure Are the cookies secure?
  Course navigation