Forum Moderators: coopster

Message Too Old, No Replies

PHP session

PHP session variables no longer being transferred

         

Ninearches

12:57 pm on May 8, 2003 (gmt 0)



Hi,

I recently re-installed php-4.2.2-17 (rpm from redhat),. After which my session variables stopped being sent in some of my applications. I checked in the php.ini file and sessions are enabled.

Has anybody any suggestions as to what I need to change? The code worked with the same php version before reinstalling it.

Thank you.

jatar_k

3:28 pm on May 8, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld Ninearches,

are you using the $_SESSION['varname'] to reference the variables or just $varname, it could be a register_globals thing.

If not then maybe clarifying this behaviour

session variables stopped being sent in some of my applications

may help us have a better idea.