remote session id

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
millw0rm
Forum Newbie
Posts: 2
Joined: Wed Mar 10, 2010 8:13 am

remote session id

Post by millw0rm »

Hi all!

is it possible to request a non cookie session id from a remote url ?
dejvos
Forum Contributor
Posts: 122
Joined: Tue Mar 10, 2009 8:40 am

Re: remote session id

Post by dejvos »

I believe its impossible
millw0rm
Forum Newbie
Posts: 2
Joined: Wed Mar 10, 2010 8:13 am

Re: remote session id

Post 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.
Post Reply