<?session_start();
$variable1 = $_GET['producto'];
$variable2 = $_GET['personas'];
$variable3 = $_GET['fecha'];
$_SESSION['carga'][] =
array($variable1,$variable2,$variable3);
?>
Vamos a ver, el array está formado por las tres variables.... valor1, valor2 y valor3 qué sentido tiene