From: Jamie C. <jca...@we...> - 2004-09-17 23:26:32
|
On Sat, 2004-09-18 at 08:01, be...@ge... wrote: > I'm trying to get curl (from inside php) to login to webmin. Instead I > always get the "No cookies" error. I'm using a cookiejar and everything. > Has anybody done anything like this before? Most likly this is a curl > problem, but I have a feeling it might be a problem with miniserv.pl > Thanks!!! > -ben By default, Webmin expects the script that generates the login page to set a cookie called 'testing' with value '1' , in order to verify that the browser supports cookies before attempting the set the real session cookie. So make sure your Perl script does the same thing .. - Jamie |