I've done a search on this but could not seem to find the answer. It may be an installation issue, but I thought I would explore this path first. I have a page with a form on it using session variables and the variables are not defined when submitting the form and also, system variables are not defined.
Example 1: the form code I use is "<form action=$PHP_SELF method=post>" but $PHP_SELF is not defined, even after a session_start() call. The odd thing is, this page worked fine on another server, but we moved the site and nothing seems to work properly.
Example 2: After submitting the form to itself, PHPSESSID is no longer defined.
Any suggestions? Installation hints perhaps. All help is greatly appreciated. Thank you.