My issue:
Step 1 -- User logs in to site A (aspx page), username is saved in cookie.
Step 2 -- User navigates to site B (asp page). Page on site B has IFRAME whose source page is another aspx page on Site A in which I am trying to access the cookie that was saved in Step 1, but IE cannot seem to access this cookie (it is null).
Both sites are on different domains.
I CAN access the cookie in step 2 when i use Firefox.
Is this a limitation in IE what can I do to workaround this problem
Thanks.