hi guys, i have multiple domain names - etc multiple sites - that i would like to share cookies inbetween, how can i - literally - do that, and is it enough to use HTTP::Cookies !?
Mostly you can't, which is why I suppose the list has been so quiet. This is a security issue, you don't want other domains reading cookies that were specifically for your domain do you? If you are talking sub domains, for instance having a cookie read from www.danconia.org, cgi.danconia.org, and mail.danconia.org is easily accomplished by specifiying the domain when setting the cookie. Otherwise you are probably going to have to do some redirection from a script at one domain to a script at the next, chaining on the value of the cookie and passing it through the query string (but for our sake (and yours) don't do that :-)).
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]