8 lines
169 B
PHP
8 lines
169 B
PHP
|
<?PHP include("settings.php"); ?>
|
||
|
|
||
|
<?
|
||
|
list($value, $expiry) = explode("|", $_COOKIE["gforum_1022870964_session"]);
|
||
|
|
||
|
echo "name: " . $value . " expiry: " . time();
|
||
|
?>
|