문제

My aspx web application is working fine in both IE 9 and in FireFox, however, The session is being displayed in the URL when viewed from FireFox but not in IE 9. Why is the session id being displayed. Do i need to configure anything on the IIS. Please advise

IE 9:    htttp://XXXXXXXXXXX.com/Welcome.aspx?AspxAutoDetectCookieSupport=1
FireFox: htttp://XXXXXXXXXXX.com/(SESSION ID)Welcome.aspx?AspxAutoDetectCookieSupport=1
도움이 되었습니까?

해결책

Cookie is disabled in the FireFox browser. We need to enable to cookies in order to hide the Session Id.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top