php-developer-list | 2001122
Date: 12/20/01
- Next message: Martin Jansen: "[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues"
- Previous message: ivan.lamouret <email protected>: "[PHP-DEV] Bug #14626: calling a method "magically" turns the object into a reference to itself"
- Next in thread: Jonas Delfs: "[PHP-DEV] Re: SID Problem"
- Reply: Jonas Delfs: "[PHP-DEV] Re: SID Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Martin Jansen: "[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues"
- Previous message: ivan.lamouret <email protected>: "[PHP-DEV] Bug #14626: calling a method "magically" turns the object into a reference to itself"
- Next in thread: Jonas Delfs: "[PHP-DEV] Re: SID Problem"
- Reply: Jonas Delfs: "[PHP-DEV] Re: SID Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

