Closed Bug 905140 Opened 11 years ago Closed 10 years ago

Flash player will not pass session variables in Firefox

Categories

(Core Graveyard :: Plug-ins, defect)

22 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: stefansmooth, Unassigned, NeedInfo)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

Steps to reproduce:

When a PHP script is requested from within Flash player, SESSION variables are not sent.
This behaviour is only in Firefox, not in Chrome or IE.


Actual results:

SESSION variables are not passed.


Expected results:

SESSION variables should be passed to the script called.
Is it possible to attach a reduced testcase showing the issue? (online if you want)
Component: Untriaged → Plug-ins
Flags: needinfo?(stefansmooth)
Product: Firefox → Core
The PHP manual says only a session id is sent:
> A visitor accessing your web site is assigned a unique id, the so-called session
> id. This is either stored in a cookie on the user side or is propagated in the URL.

So i assume this is a problem with cookies not being sent via Flash (with which a search suggests that there are issues).
What type of request is affected here? All?
Can we have a test-case as per comment 1?
Is there an update regarding questions from comment 1 and comment 2? And does this still reproduce using latest Nightly?
http://nightly.mozilla.org/
need more info
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.