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, 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? 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. 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
Archived
This topic is now archived and is closed to further replies.