pouet.net/sess.php

4 lines
46 B
PHP
Raw Normal View History

2013-05-07 14:20:08 -04:00
<?
session_start();
var_dump($_SESSION);
?>