On Fri, Aug 26, 2011 at 4:46 AM, Varun Aggarwal <[email protected]> wrote: > Hi All > I am stuck on this weird problem and cant find what is the issue. I have > already posted this problem on many forums but no one has replied. Here is > my problem > > I am having problem with setting up the cookies on IE9 for certain users. I > am setting up the cookie on on the parent domain with ".mysite.com" on > x.mysite.com, I am expecting it to be read from y.mysite.com. The problem is > on all the browsers it works but IE9 on certain machines it never works. I > tried setting up our staging machines and it worked perfectly but somehow in > production it breaks for some users. > > We have a hybrid environment where the cookie is set up by the .net > environment(x.mysite.com) and the java environment(y.mysite.com), we are > using persistent storage for saving the session between different > environments. > > I have tried debugging the problem I do see the cookie is set from > x.mysite.com but never sent from the browser for y.mysite.com.
How exactly is it set? With a header? With JS? What's the text of the header or what's the code? Is it set on a top-level document or a frame or iframe within another document? Are you setting P3P headers? -- Benjamin Hawkes-Lewis -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
