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?
I don't recall it correctly but I think you can rename it by changing the web.config file.
web.config
Seach for the sessionState element of the web.config.