How to remove AspxAutoDetectCookieSupport

前端 未结 2 646
被撕碎了的回忆
被撕碎了的回忆 2021-01-02 03:11

Many of my url\'s on my site www.mysite.com/Display.aspx?ID=128

gets displayed to users as

www.mysite.com/Display.aspx?ID=128&AspxAutoDetectCookieSuppor

2条回答
  •  长发绾君心
    2021-01-02 04:10

    ...or if you don't want cookieless sessions, check if you have the following property in your node: cookieless="AutoDetect" If you want to use cookies, but don't want that querystring attribute, remove cookieless="AutoDetect"

提交回复
热议问题