Re: keep SESSION using wget?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Rob, thanks for your quick reply!

Am Donnerstag 08 Februar 2007 19:22 schrieb Robert Cummings:
> I don't suppose you checked the man page for wget did you?

shame on me: I didn't RTFM ;)

Now having done so, I wonder if I can store the cookie file with every 
call or if I should store it once manually and use the file with every 
cronjob call?

Something like:

getcookie_once:
 wget --save-cookies cookies.txt \
       --keep-session-cookies http://my.domain/tracker.php

refresh_hourly:
 wget --load-cookies cookies.txt  http://my.domain/tracker.php

?

Thanks again
Ralf

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux