Offspring2099 Posted July 27, 2007 Share Posted July 27, 2007 Here is the set up. Page1 has the curl instance that calls on page2, which is also on the same server. In page2 there are $_session manipulations. One would think a curl instance would have it's own session and on a simple example that I've recreated, it does. But not in this system I'm trying to debug. It original session gets overwritten by curl. Why? ??? Anybody have a clue why would curl overwrite current session, instead of making a new one. Thank you for your time. Quote Link to comment https://forums.phpfreaks.com/topic/62114-solved-need-curl-_session-help/ Share on other sites More sharing options...
Offspring2099 Posted July 30, 2007 Author Share Posted July 30, 2007 ttt Quote Link to comment https://forums.phpfreaks.com/topic/62114-solved-need-curl-_session-help/#findComment-310985 Share on other sites More sharing options...
Offspring2099 Posted July 30, 2007 Author Share Posted July 30, 2007 bump for afternoon ppl Quote Link to comment https://forums.phpfreaks.com/topic/62114-solved-need-curl-_session-help/#findComment-311348 Share on other sites More sharing options...
Offspring2099 Posted July 30, 2007 Author Share Posted July 30, 2007 solved - Running session_id('some_sess_name') before session_start() forces a new session. Quote Link to comment https://forums.phpfreaks.com/topic/62114-solved-need-curl-_session-help/#findComment-311409 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.