ID: 42811
Updated by: [EMAIL PROTECTED]
Reported By: greenie__ at hotmail dot com
-Status: Open
+Status: Bogus
Bug Type: *General Issues
Operating System: Windows
PHP Version: 5.2.4
New Comment:
Browser issues (especially with IE) are not PHP bugs. Please report to
Microsoft.
Previous Comments:
------------------------------------------------------------------------
[2007-10-01 07:36:04] greenie__ at hotmail dot com
Description:
------------
when certain file types in ie are downloaded starting a session(or
settinag a cookie) will crash in ie. i have seen this with flash files
and js files.
i think it would be greatly beneficial to be able to access standard
session information by supplying an id without having to reissue a
cookie.
Reproduce code:
---------------
in js file being called from a html page(the js has .php extention)
code:
<?PHP
session_start();
?>
alert("test"):
Expected result:
----------------
a message box to appear and say "test"
Actual result:
--------------
nothing at all except in ff
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=42811&edit=1