M.O.S. Studios Posted January 28, 2010 Share Posted January 28, 2010 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 More sharing options...
gwolgamott Posted January 28, 2010 Share Posted January 28, 2010 http://us2.php.net/manual/en/function.session-cache-limiter.php Can try that maybe, never used it myself but I recall someone using it set something up for me once. May be something worth looking into and finding someone who is familiar with it. Link to comment https://forums.phpfreaks.com/topic/190144-_session-issue/#findComment-1003262 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.