while I develop my website, I try to display the content of WC Session like this :
$datas = WC()->session->get(\'datas\'); var_dump($datas);