On Tue, 1 Apr 2003, Mike Clark wrote: [...] > Has anybody figured a workaround for this situation? Is there another > module and/or script that can be used to provide cookie-based password > authentication? [...]
HTTP::Cookies. The UserAgent class has a method to allow you to give it a Cookies instance, which will handle cookies for you automatically. John
