Rename ASP.NET_SessionId

前端 未结 5 1395
孤独总比滥情好
孤独总比滥情好 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:45

    You can set this in the configuration setting in your web.config file:

    
        
    
    

提交回复
热议问题