I dont think i made myself quite clear.
All the different sites have different domain names.
I need to be able to tell if someone who previously visited domain name a is now visiting domain name b
Obviously a script on domain name b cannot read a cookie set by domain name a
Perhaps I could write information to a central file or database for each site to track instances of users moving through each site. But once they close their browser there is no way I can be sure it is the same person returning again.
The only way I can think of to do this is to redirect every link on every site through a common page that tracks users with cookies as then all the cookies would be set and read through the same domain for each individual site.
This is going to be slow and look highly suspicious. In effect I am doing a cross site scripting attack on my own sites.
Any further ideas or do I have to admit defeat to the client.
MrRosary