"Bent Neumann Jensen" <[EMAIL PROTECTED]> writes: > I've tried to do it this way: > > > > wget --save-cookies cookies.txt --post-data > 'Kortnummer=xxxx&Password=xxxx' http://213.173.230.31 > > wget --load-cookies cookies.txt -p http://213.173.230.31/cgi-bin/tabcntrl
Have you checked the contents of cookies.txt between those two calls? If it contains no cookies, you might want to add --keep-session-cookies to the first line.
