|
Sessions are also cookies albeit temporary, so you are trying to maintain state across domains.
maybe FF is keeping the session temporary cookie open, because they will be retained on the server for 20 mins unless explicitly cleared, Or maybe IE is treating each request for an image from another domain as a seperate HTTP request.
If they are all .asp pages, why not use a XMLHTTP object to call a page on domain2, or include the domain2 stats page into the page you want to track. Either way you should be able to use the sessionID from D1 to track the traffic.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|