Can u reregister a session variable?
i have
$_SESSION["cust_cc"]
and i want to update it with a input value from a form, any one know how i can do this?
$_SESSION["cust_cc"] = $new_value;
=)