bayson Posted December 29, 2009 Share Posted December 29, 2009 Hi, How can i retain the curl session between page loads. I mean i have a php page that loads another page and i have to submit a form once i submit i'am getting a new php curl session :'( but unfortunately i need the old session i tried to pass the old curl session via php session but that doesn't work. I need a quick help. Regards, Quote Link to comment https://forums.phpfreaks.com/topic/186595-i-need-a-little-help-with-phpcurl/ Share on other sites More sharing options...
oni-kun Posted December 29, 2009 Share Posted December 29, 2009 You can access the session via the $_POST array? I'm not sure what you mean by CURL session, what is an example of what you are trying to do? Quote Link to comment https://forums.phpfreaks.com/topic/186595-i-need-a-little-help-with-phpcurl/#findComment-985488 Share on other sites More sharing options...
bayson Posted December 29, 2009 Author Share Posted December 29, 2009 i have started the curl init with $ch = curl_init(); then i have a form that submit the page. once i submit the old curl session get's closed and i will be getting a new session but i need to retain the old session. Quote Link to comment https://forums.phpfreaks.com/topic/186595-i-need-a-little-help-with-phpcurl/#findComment-985491 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.