File "session.php"

Full Path: /home/analogde/www/RaspBerry/Site/session.php
File size: 54 bytes
MIME-type: text/x-php
Charset: utf-8

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

?>