The variable must exist before you can register it in the session..
$client_filter = 'filter';
session_register('client_filter');
..or simply..
$_SESSION['client_filter'] = 'filter';
-Kevin
- Original Message -
From: "Kevin Porter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Frid
I would set it with $HTTP_SESSION_VARS['client_filter'] =
$client_filter; Maybe that will work? I think they are trying to get
people to quit using the session_register? I could be wrong. Anyways,
take out the session_register and do it like I showed you above. One way
to see if it is set befor
2 matches
Mail list logo