Page 1 of 1
remote session id
Posted: Wed Mar 10, 2010 8:16 am
by millw0rm
Hi all!
is it possible to request a non cookie session id from a remote url ?
Re: remote session id
Posted: Wed Mar 10, 2010 8:43 am
by dejvos
I believe its impossible
Re: remote session id
Posted: Wed Mar 10, 2010 11:18 am
by millw0rm
ok thnx a lot!
just to specify a little bit more...
i want to download the contents of a web page ,
http://bokehman.com/captcha_verification?audio
but because of session use it returns a blank, zero byte content.
The normal , non-bot way , is to visit first
http://bokehman.com/captcha_verification
and afterward
http://bokehman.com/captcha_verification?audio.
I use php ( 5 ) curl functions , and i would like to ask if there is a way to implement such thing.