Jump to content

$_SESSION issue


M.O.S. Studios

Recommended Posts

Here is the store,

        a php script accesses an external script on my server using  file_get_contents().

the session number is passed threw $_GET data, so an example would be:

 

file_get_contents('http://domain.com/test.php?sid=123123123123123123');

 

When I type url into my browser and enter the session number manually every thing runs peachy.

 

However when i have the script do it all the session vars do not load.

 

 

is there a limit on how many scripts can access one session at a time?? and is there a way around this?

 

 

thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/190144-_session-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.