From:             [EMAIL PROTECTED]
Operating system: Windows XP Pro
PHP version:      4.3.0
PHP Bug Type:     Unknown/Other Function
Bug description:  session_register (); does not do it's job!

Here is the simple peace of code with the link to the page itself. Session
ID has to stay the same all the time as it is assigned to the browser
window (this conclusion is made by my own experiance :) ). Tested with IE
6.0

//Start here
<?session_start ();?>
<html>
<head>
  <title></title>
</head>
<body>
<?php
  echo session_id ().'<br>';
?>
<a href="session_id.php">Test_Link</a>
</body>
</html>
-- 
Edit bug report at http://bugs.php.net/?id=21757&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21757&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21757&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21757&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21757&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21757&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21757&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21757&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21757&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21757&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21757&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21757&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21757&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21757&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21757&r=gnused

Reply via email to