vote up 1 vote down star
2

If you have site following this pattern(http://xx.yy/ ) internet explorer does not hold any cookies . Any solution ?

flag

75% accept rate
Can you be more specific? Give some sample URLs? – John Saunders Jul 27 at 17:57
It may be useful to provide some kind of network dump (like from Fiddler). – Jonathan Jul 27 at 17:57
two letter domains ending in .mk – Mite Mitreski Jul 28 at 8:35

3 Answers

vote up 16 vote down check

This is essentially by-design. The workaround is to put a "www" before xx.yy.

http://blogs.msdn.com/ieinternals/archive/2009/09/19/Private-Domain-Names-and-Public-Suffixes-in-Internet-Explorer.aspx

http://support.microsoft.com/kb/310676

http://crisp.tweakblogs.net/blog/ie-and-2-letter-domain-names.html

link|flag
1  
Nice, never know IE would be that secure. Boo to other browsers... – Adrian Godong Jul 27 at 18:03
NICE but it doesn't solve my problem .... – Mite Mitreski Jul 28 at 8:28
2  
I've provided the workaround. Either you can use it, or you can wander the Internet, trying to find another solution. Since I've reviewed the WinINET code, I can tell you that such efforts will be fruitless. – EricLaw -MSFT- Jul 28 at 14:50
yes i know that's why i accepted your answer ... – Mite Mitreski Jul 30 at 10:40
Interested to know what you think of the approach I've listed below. – silky Oct 1 at 8:16
vote up 1 vote down

Hmm.

So this interested me, and Eric Law is correct, however I have another work around that he does not seem to have listed.

Instead of:

http://aa.mk/

Make your url

http://aa.mk./

Note '.' as suffix.

It will go to the same website, and, as far as I've just tested, you can set cookies on this domain.

I verified in IE6 using the JavaScript cookie-setting code here passing the domain as "aa.mk.".

link|flag
vote up 0 vote down

Why is this by design? What makes www.xx.yy better or more secure than just xx.yy?

link|flag
2  
You can read the article for a fuller explanation, but the idea is that you may not set a cookie on a "top-level" domain shared by unrelated organizations. Historically, ccTLDs of the format xx.yy were effective TLDs, so cookies may not be set on them. While this heuristic was never perfect, it's been unchanged for over 15 years and hence is not likely to change any time soon. – EricLaw -MSFT- Jul 27 at 22:18

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.