我正在尝试更改应用程序为Cookie设置域名的方式。
2。 我可以强制我的session / auth cookie使用自定义域名吗? 表单auth使用config中的名称作为cookie名称,但不允许您选择自定义域名。 例如
<authentication mode="Forms">
<forms name="forms" [domain=".test.com" ???] loginUrl="/Index" timeout="120" slidingExpiration="true" />
</authentication>
感谢任何帮助!