Back to product page

Name property (HttpCookie)


Holds cookie name.

Type

A String value

Remarks

This method holds cookie name.

For example:

Set-Cookie: BrowserTest=Success?; domain=.some.com;path=/;HTTPOnly= ;version=1
Set-Cookie: PResult=1074395041&co=1&id=2

in this sample there are two cookies:
  • First has name 'BrowserTest', value 'Success?' and several attributes.
  • Second has name 'PResult', has its value and no attributes

Platforms

Windows