Sorry, I've been a bit vague...
We have multiple 'child' sites/servers, that each need to contact a central server to query its database (to log a user in). We're currently using a php version of XML-RPC for the communication between servers.
When a user logs in from one site, a record is kept of the user's ip address, so that when they visit one of the other child sites, we can check if they have previously logged in, and if so, log them in automatically...
So, we're sort of using the users ip-address to identify their session...
We're unable to use cookies as we have certain data-protection pressures, and can't pass session id's across sites... So is there anyway of uniquely identifying users on the central database - even those who access the internet through a proxy.
Thanks again,
Dan.