Forum Moderators: coopster
i am trying to implement a way of tracking users across all our domains (.com, .de, .es, etc).
all domains are on the same server, so as long as the visitor receives the same session id under each domain, all session data is consistent.
upon entry to any of the sites, each visitor is tested for cookie acceptance, then redirected to the master domain (where the ecom shop is) where he is assigned a session id, then redirected back to the originating domain were the session id is used for the new session on that domain.
this involves 3 header() redirects for each visitor on his first entry to the site. i have tested myself and the redirects appear to be pretty instantaneous.
is there anything against doing 3 redirects in this way?
any reassurance or suggestions are much appreciated!