httpOnly property
getter/setter pair
Whether the cookie is only sent in the HTTP request and is not made available to client side scripts.
Implementation
bool httpOnly = false;
Whether the cookie is only sent in the HTTP request and is not made available to client side scripts.
bool httpOnly = false;