';
print_r($_SESSION);
echo '
';
print_r($_GET);
echo '
';
print_r($_POST);
echo '
';
echo '';
# echo "
" . var_export($oObject, TRUE). ""; } if (isset($_SESSION)) { // shopping_cart if (isset($_SESSION['new_products_id_in_cart'])) { unset($_SESSION['new_products_id_in_cart']); } if (isset($_SESSION['error_cart_msg'])) { unset($_SESSION['error_cart_msg']); } }