Mercurial > hg > ywww
view user/verifySession.php @ 19:84a412b8122c
try to protect against a range of missing info
author | Charlie Root |
---|---|
date | Thu, 30 Aug 2018 17:18:12 -0400 |
parents | 077b0a0a3e6d |
children |
line wrap: on
line source
<?php session_start($_GET['PHPSESSID']); echo $_SESSION['displayName'] . ":::" . $_SESSION['email'] . ":::" . $_SESSION['surname'] . ":::" . $_SESSION['receiveEmail'] . ":::" . $_SESSION['GRState'] . ":::" . $_SESSION['Loc'] . ":::". $_SESSION['UserID']; ?>