Can someone tell me how to delete a parameter in $session->param("BOGUS")
that was set?

$session->param("BOGUS", "hello");

Does this actually removes or just set a null value?

$session->("BOGUS", undef);

I want to remove or delete it completely.

-thanks


-----------------------------------------
eMail solutions by 
http://www.swanmail.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to