Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2001122

[PHP-DEV] SID Problem From: Marco Kaiser (kaiser <email protected>)
Date: 12/20/01

Hi,

<?php
session_start("my");
session_register("test");
$test++;
echo SID;
?>

Can one help me, why does it not print PHPSESSID=kasdf... ??

-- Marco

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>