Author Topic: PHP session variables between directories?  (Read 574 times)

  • Offline zpyder

  • Posts: 6,946
  • Hero Member
PHP session variables between directories?
on: April 07, 2010, 10:31:39 AM
So m nearing the end of this project with a little over a week to go, and am getting everything together.

Ive run into a problem though, in that I need to pass some variables from a drupal webform to the mapping application.

I dont know where the problem is exactly, but basically someone should be able to complete a survey and will get to this page:

http://www.fromesurvey.com/node/4 at this point the session variables are working (as it displays the participants name).

However clicking the link to the session test page I created:

http://www.fromesurvey.com/session.php only displays a basic echo statement, and not the session variable from the previous page, even though the session has been started and all that.

Im guessing its to do with the change in directories, but how can I change the session settings to allow the session for the entire domain? Ive read about changing PHP.ini and I gave that a shot but it doesnt seem to have done anything.


0 Members and 1 Guest are viewing this topic.