[phplib] Session Management!!! From: Vivek Kumar Agrawal (vivek.agrawal <email protected>)
Date: 04/23/01

Hi,

When I register "first" variable in the page like this way

$sess= new session;
$sess->register("first");
$first="Test";

and then try to access its value on another page, it shows message like "Warning: Undefined variable: first ".

Please help me.

Regards,
Vivek

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>