Hello Jason,

I had similar problem when I try to use global array
$HTTP_SESSION_VARS to manipulate with session variables in PHP version
4.1.x.

If you use PHP version < 4.2.0 you need to use function
`session_register` to add variable to session.

If you use PHP 4.2.0 (or greater) you need to use global array
_SESSION to manipulate with session variables.


________________________

Best regards,
 Nenad Djordjevic                           mailto:[EMAIL PROTECTED]
   
   Diyomi Soft
   http://www.diyomisoft.com/


Tuesday, November 26, 2002, 11:55:42 PM, you wrote:

JR> when using session registered variables
JR> i can only get them to save as session variables for one page
JR> then on the next page they are gone
JR> far as i can tell the variables are not getting written over or unset
JR> and the session is not gettting destroyed
JR> any other ideas what it might be?

JR> Jason


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to