Result Size:
625 x 571
<?php
session_start();
?>
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
print_r(
$_SESSION
);
?>
<
/body
>
<
/html
>