I would be very interested in hearing of any developments with session
anomilies..

NetscapeŽ Communicator 4.76 M$2000

PHP Version 4.0.4pl1 
System Windows NT 5.0 build 2195 
Server API CGI 
ZEND_DEBUG disabled 
Thread Safety enabled 


"works" using:

<?php
session_register ("sidcount");
$sidcount++;
?>

Hello visitor, you have seen this page <?php echo $sidcount; ?>
times.<p>

<php?
# the <?=SID?> is necessary to preserve the session id
# in the case that the user has disabled cookies
?>


____________________________ 
Matthew Luchak 
Webmaster
Kaydara Inc. 
[EMAIL PROTECTED]



I would be very interested in hearing of any developments with session
anomilies..

NetscapeŽ Communicator 4.76 M$2000

"works" using:

<?php
session_register ("sidcount");
$sidcount++;
?>

Hello visitor, you have seen this page <?php echo $sidcount; ?>
times.<p>

<php?
# the <?=SID?> is necessary to preserve the session id
# in the case that the user has disabled cookies
?>


____________________________ 
Matthew Luchak 
Webmaster
Kaydara Inc. 
[EMAIL PROTECTED]




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to