Error to enable cookies in IE

0
We are getting an error when trying to open my application in IE 11 that "This application requires cookies to be enabled".  It's working properly in Google Chrome. The Application is deployed on a dedicated server using Service console with a license provided by Mendix. The Application is hosted using IIS 8 using SSL certificate. I checked the configurations and all looks fine. Tried changing settings of IE and allowing all third party cookies as well but still didn't get any luck. Can someone suggest, what could be the problem and how we can resolve it
asked
2 answers
0

first-party cookies are the Mendix cookies, assuming you access the mendix application directly.

is InPrivate Browsing enabled perhaps?

answered
0

Hello,

See this.

https://serverfault.com/questions/161221/cannot-get-iis7-to-send-cookies-to-ie

It seems the IIS doesnt treat the URLs well if the host name has '_' in them. It is an indicator for it to send 

Does your URL has a '_' in the host name? is it an option to change the URL?

answered