Website/sess.php

4 lines
44 B
PHP
Raw Normal View History

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