Closed
Bug 442217
Opened 17 years ago
Closed 17 years ago
Windows media player plugin uses different cookies (session_id) when loading content
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 408516
People
(Reporter: johan, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061015 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Short description:
The Windows Media Player plugin in firefox 3 uses its own cookies (probably Internet Explorer cookies), and not the ones used/stored by Firefox 3
Long description:
I am trying to secure a webstream with PHP using session data. I use a PHP generated .wvx file to shield the actual stream url. The .wvx file is generated using session data. In Firefox3 this does not work. FF2 and IE are fine, but after sniffing my network data i found out the Media player plugin (9.00.00.3354) in firefox3 uses a different session cookie.
Reproducible: Always
Steps to Reproduce:
1. Use server side language to generate a .wvx file based on the session data
2. Embed windows media player code in html page with generated .wvx as source file
3. Example + source: http://www.izi-services.nl/streamtest/
Actual Results:
There was no video
Expected Results:
There should be video
- Firefox 3 problem
- Using a dutch operating system
- My Media player plugin version:: 9.00.00.3354, but reproduced using other versions
- Used to work in Firefox 2
Example + source: http://www.izi-services.nl/streamtest/
Reporter | ||
Updated•17 years ago
|
Comment 1•17 years ago
|
||
Firefox doesn't read IE cookies at all, it would be the WMP plugin that does this.
Component: OS Integration → Plug-ins
Product: Firefox → Core
QA Contact: os.integration → plugins
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•17 years ago
|
||
Sorry about the duplicate bug, i did search for an existing bug before posting.. I'll look better next time. Also it doesn't seem to work in FF2 either! So its an all version bug..
Comment 4•17 years ago
|
||
That the plugin is using IE cookies is a bug in the plugin, not in Firefox because Firefox doesn't read IE files (except during the import phase when you use Firefox the first time).
If you can read cookies through NPAPI then there is nothing we can do and if NPAPI doesn't support reading cookies (which the 2 bugs posted in 408516 suggests) then this is a "missing feature" and not a bug :-)
NPAPI= Netscape Plugin Application Programming Interface
All browsers are using NPAPI Plugins except IE above IE5. IE6+ is using ActiveX plugins
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•