QUOTE(Kenny Pollock @ Jul 10 2005, 07:07 PM)

Well, you could store the user's IP address, by placing $_SERVER['REMOTE_ADDR'] as the value of the cookie.
but this won't help in visitor tracking... My webstats already uses IP's for defining uniques, but its no good when it comes to AOL etc...
QUOTE(2be1ask1 @ Jul 10 2005, 07:11 PM)

If it's the same name as an IPB cookie, then it could conflict. You should set the cookie properties of IPB to solely use your installed directory if you only want the IPB cookie to carry throughout the installed directory.
I would want my cookie to work throughout the site, and not be excluded from the forums directory, which is what you seem to be implying...
this cookie business is turning out to be more of a damn headache than I anticipated