ID: 6121 Updated by: [EMAIL PROTECTED] -Summary: Transparent Session ID doesn't pick up redirects Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Bogus Bug Type: Session related Operating System: Linux 2.2.x PHP Version: 4.0.1 Assigned To: sas New Comment:
This issue will not be able to be fixed by PHP. Some browser does not set cookie for initial request. To make sure cookie is enabled _always_, user must check it first. http://www.zend.com/search_code_author.php?author=yohgaki Use session helper html or other people post without JavaScript version. Previous Comments: ------------------------------------------------------------------------ [2001-09-22 11:36:22] [EMAIL PROTECTED] Is this still an issue? Derick ------------------------------------------------------------------------ [2001-08-10 17:03:40] [EMAIL PROTECTED] The answer to geoff's question is: after ------------------------------------------------------------------------ [2000-10-23 06:16:14] [EMAIL PROTECTED] ... passing the torch to Sascha ... ------------------------------------------------------------------------ [2000-08-12 06:18:08] [EMAIL PROTECTED] Code such as header("Location: /") Isn't getting SIDs to be transparently added being modified with Transparent SIDs. I just took a look at ext/standard/url_scanner.* ; does it parse the page *after* all the PHP scripting has happened, or *before*? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=6121&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php