Table of Contents
HttpOnly Property

Gets or sets a value that specifies whether a cookie is accessible by client-side script.

Syntax
 public Boolean HttpOnly { get; set; }
Remarks

true if the cookie has the HttpOnly attribute and cannot be accessed through a client-side script; otherwise, false. The default is false.

See Also