On Sat, 21 Jan 2012 23:19:01 +0530, J. Bakshi wrote: > On Sat, 21 Jan 2012 16:45:46 +0000 (UTC) Camaleón <[email protected]> > wrote:
(...) >> > Thanks for your suggestion. But I don't know if there is any cookie >> > at all. I just observe through browser, If I visit the same link next >> > time or refresh; I get a new captcha code. And the embedded captcha >> > string also changes when open or reload the login form. So when I >> > download the captcha, that very step also reload a new captcha. How >> > can I know if there is any cookie responsible for that session ? >> >> You have to read the html code of the page... and know how to interpret >> it (you need to know some of the basics of html and javascript >> language) :-) >> >> Or you can load the page from firefox (or any other browser that can >> display such information) right-click over it and choose "View page >> information". If the site tries to set a cookie it will be listed under >> "Security" tab. >> >> >> > I have very little knowledge on html and javascript. And I'm really > thankful to you for your kind guidance. Following your tips I have seen > there is indeed a cookie. > > NAME: PHPSESSID > Content: 6cfd4a0b968778714d093d66a66b92a5 Then try to play with the samples given at wget man page for the "--post- data" command. Greetings, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

