Files
MiseEnPlaceMVC/debugSession.php

4 lines
52 B
PHP
Raw Permalink Normal View History

<?php
session_start();
var_dump($_SESSION);