6 lines
72 B
PHP
6 lines
72 B
PHP
<?php
|
|
session_start();
|
|
echo "<pre>";
|
|
print_r($_SESSION);
|
|
echo "</pre>";
|