[EMAIL PROTECTED] wrote: > Thanks to everyone in advance. > > I am trying to retrieve all info from the get_domain function - delete the > cookie associated with that domain and then retrieve info for another domain- > is this the correct way of doing this? I am getting authentication errors > after i loop for the first domain when i know for a fact that the user name > and password for that domain are correct- That method sounds okay, but the error sounds like you're using the same cookie because the user/pass is the same for the next domain. The cookie is actually unique for each OpenSRS domain profile, not the username/password combo. If you're trying to affect a domain in a new profile you'll have to re-cookie.
-andrewm _______________________________________________ domains-dev mailing list [email protected] http://discuss.tucows.com/mailman/listinfo/domains-dev
