<!DOCTYPE html>
<html>
<?php

session_start();
// Array
    echo "<pre>"; print_r($_SESSION['LPF']['Commande']); echo "</pre>";
?>