sillysillysilly Posted March 1, 2009 Share Posted March 1, 2009 I have a script I am using to help automate the writing of data to a pages input fields through an IFRAME. The problem I am having is that it does not retain my login information via the cookie. How can I make it so that it has no idea I am using an IFRAME and cURL? Any Help you can be is greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/147465-curl-and-the-dreaded-cookie-monster/ Share on other sites More sharing options...
WolfRage Posted March 3, 2009 Share Posted March 3, 2009 Let's see the script. Quote Link to comment https://forums.phpfreaks.com/topic/147465-curl-and-the-dreaded-cookie-monster/#findComment-775328 Share on other sites More sharing options...
HuggieBear Posted March 3, 2009 Share Posted March 3, 2009 You can use curl_setopt() with the values of CURLOPT_COOKIEJAR and CURLOPT_COOKIEFILE. Quote Link to comment https://forums.phpfreaks.com/topic/147465-curl-and-the-dreaded-cookie-monster/#findComment-775338 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.