Hi all!
is it possible to request a non cookie session id from a remote url ?
remote session id
Moderator: General Moderators
Re: remote session id
I believe its impossible
Re: remote session id
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.
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.