Using cookies with lynx
- by XXL
lynx -cfg=cfg.file $URL
this works with the following contents of the .cfg file:
SET_COOKIES:TRUE
ACCEPT_ALL_COOKIES:TRUE
PERSISTENT_COOKIES:TRUE
COOKIE_FILE:cookie.file
however, this does not:
lynx -cookies=1 -accept_all_cookies=1 -cookie_file=cookie.file $URL
if it's going to be of any help - here's the trace:
…