keeping the same session across 2 curl hits

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
vmene
Forum Newbie
Posts: 3
Joined: Wed Apr 16, 2008 3:59 am

keeping the same session across 2 curl hits

Post by vmene »

Hi,

Is it possible to maintain the session for a website while using curl. I have 2 pages 1.php and 2.php.
they both hit the same server but different pages. the hits are sequential but they cant be kept in the same page.
So is it possible to keep the same session over these 2 pages?

Regards
Vishal Mene
Post Reply