That I know, but in the model I thought of, and tried to describe 🙂 , only Server1.com sets and reads the cookie data.
Server2.com only present itself as server2.com and then server1.com reads the cookie it set earlier...
Server2.com does not set a cookie, it recieves the information it needs from server1.com using another protocol.
The problem I have is how to get server1.com to read the cookie data when the user is visiting server2.com.
// Tobias