The default cookie name for the Session Id in ASP.NET is ASP.NET_SessionId
. It's also possible to change this name to something else like <sessionState cookieName="FooBar" />
.
Is there a member to easily access this name like with FormsAuthentication.FormsCookieName
?