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

link|improve this question

Can you be more specific? Give some sample URLs? – John Saunders Jul 27 '09 at 17:57
It may be useful to provide some kind of network dump (like from Fiddler). – Jonathan Rupp Jul 27 '09 at 17:57
two letter domains ending in .mk – Mite Mitreski Jul 28 '09 at 8:35
It's a pitfall making two- and one-letter domains less useful. It's happened to me. – nalply Jun 1 '11 at 6:00
feedback

2 Answers

up vote 29 down vote accepted

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|improve this answer
1  
Nice, never know IE would be that secure. Boo to other browsers... – Adrian Godong Jul 27 '09 at 18:03
9  
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 '09 at 14:50
yes i know that's why i accepted your answer ... – Mite Mitreski Jul 30 '09 at 10:40
Interested to know what you think of the approach I've listed below. – Noon Silk Oct 1 '09 at 8:16
feedback

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|improve this answer
From what I know, aa.mk. if the official form and aa.mk is just a well-accepted shortcut to that syntax. – Uwe Keim Mar 16 '11 at 6:23
feedback

Your Answer

 
or
required, but never shown

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