httpOnly 属性

bool httpOnly
获取器/设置器

该 cookie 是否仅在 HTTP 请求中发送,并且不被客户端脚本所访问。

实现

bool httpOnly = false;