indu Posted May 15, 2007 Share Posted May 15, 2007 Hi All, I have a serious issue here. I am calling an application which needs some cookies to be set to function properly. The appln sets some cookie parameters on login and on furthur calls it require these cookies to follow. I was successful in storing the cookies as a txt file using CURL. But in the furthur calls , how to pass that? from curl tutorial i came to know that the cookies are automatically passed to the furthur calls. But how can i check that? If i have one variable Jsessionid in the cookies test, how can i check whether that variable remains the same in the next call? Also, setting the cookies in the header and calling an url like http://xyz.com?JsessionId=abcd are same or not? Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/51477-php-cookies-issues-please-help/ 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.