> I am having LWP::UserAgent fetch information from a site that uses
> Javascript to write a cookie like this:
>
> document.cookie = "jscript=1; path=/;";
>
> Is there any way to tell my User Agent to add that cookie to
> the cookie
> jar?
I had to do something similar, and rather than mess wit
I am having LWP::UserAgent fetch information from a site that uses
Javascript to write a cookie like this:
document.cookie = "jscript=1; path=/;";
Is there any way to tell my User Agent to add that cookie to the cookie
jar?
Thanks,
Dan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition