File "session.php"

Full Path: /home/analogde/www/DCIM/Auto/CHESS_2022/session.php
File size: 64 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

	session_start();
	echo "<pre>";
	print_r($_SESSION);
?>