Same Session
Posted: Fri Feb 13, 2009 3:14 pm
I posted an earlier query, about difficulties with starting different sessions when I didn't want to, and I thought I could get around the problem by splitting the code up so that each php page only called session_start once rather than multiple times when the php file got called for different purposes.
But I did that, and it's still not working.
The bottom line is that I start the session and set the session var in one php file. PayPal then calls two different php files. In the first to get called the session_ID after session_start is different from the original, but in the second it's the same, and the set variables are accessible.
Is there a way to force a file to open a specific session?
But I did that, and it's still not working.
The bottom line is that I start the session and set the session var in one php file. PayPal then calls two different php files. In the first to get called the session_ID after session_start is different from the original, but in the second it's the same, and the set variables are accessible.
Is there a way to force a file to open a specific session?