pouet.net/sess.php

5 lines
44 B
PHP
Raw Normal View History

2013-05-12 16:23:17 -04:00
<?
session_start();
var_dump($_SESSION);
?>