Documentation for this section has not yet been entered.
The IHttpSessionState.CookieMode property returns a System.Web.HttpCookieMode enumeration value that is based on the value of the cookieless attribute of the System.Web.Configuration.SystemWebSectionGroup.SessionState configuration element. If the cookieless attribute is set to true, then the IHttpSessionState.CookieMode property returns System.Web.HttpCookieMode.UseUri; otherwise, the IHttpSessionState.CookieMode property returns System.Web.HttpCookieMode.UseCookies.