Rename ASP.NET_SessionId

前端 未结 5 1394
孤独总比滥情好
孤独总比滥情好 2020-12-16 08:51

I need to rename the ASP.NET_SessionId cookie created by default by ASP.NET. Let\'s say I want it\'s named \"foo\". Is it possible?

5条回答
  •  [愿得一人]
    2020-12-16 09:26

    I don't recall it correctly but I think you can rename it by changing the web.config file.

    Seach for the sessionState element of the web.config.

提交回复
热议问题