Asp.net 将_Secure-prefix与.ASPXAUTH cookie一起使用

Asp.net 将_Secure-prefix与.ASPXAUTH cookie一起使用,asp.net,security,cookies,web-config,Asp.net,Security,Cookies,Web Config,使用web.config可以将.ASPXAUTHcookie重命名为任何内容,例如: <forms name="NewCookieName" .../> 但是,当我将cookie设置为\uu SecureId-Auth时,浏览器会报告: Cookie“\uuu Secure-Auth”因前缀无效而被拒绝 未创建cookie 其他前缀似乎可以接受,因此我认为这违反了\uu Secure-前缀 该网站由https://localhost:43210/Defaul

使用
web.config
可以将
.ASPXAUTH
cookie重命名为任何内容,例如:

<forms name="NewCookieName" .../>

但是,当我将cookie设置为
\uu SecureId-Auth
时,浏览器会报告:

Cookie“\uuu Secure-Auth”因前缀无效而被拒绝

未创建cookie

其他前缀似乎可以接受,因此我认为这违反了
\uu Secure-
前缀

该网站由
https://localhost:43210/Default
因此不确定违规行为是什么