php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42811 session crash ie
Submitted: 2007-10-01 07:36 UTC Modified: 2007-10-01 09:22 UTC
From: greenie__ at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.2.4 OS: Windows
Private report: No CVE-ID: None
 [2007-10-01 07:36 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-10-01 09:22 UTC] jani@php.net
Browser issues (especially with IE) are not PHP bugs. Please report to Microsoft.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 16:01:36 2025 UTC