httpOnly 属性

bool httpOnly
获取/设置对

cookie 是否仅发送在 HTTP 请求中,并且不对客户端脚本可用。

实现

bool httpOnly = false;