Closed Bug 860002 Opened 12 years ago Closed 11 years ago

Session Id is not passed properly to an httphandler, when using IRequiresSessionState resulting in a null session

Categories

(Firefox :: Untriaged, defect)

18 Branch
x86_64
Windows 8
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: lacrossebeast, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 Steps to reproduce: We have an application that uploads images using a flash uploader that sends the files to a handler on the server. It implements the interface IRequiresSessionState to be able to access certain session variables. Actual results: The session is null, and is not being passed to the handler correctly. It seems like the Session Id is not being passed correctly in the cookie. Expected results: The session should be passed through the cookie and then the server can restore the session state in the handler.
We are at the browser side and we know only about html,javascript,cookies,NPAPI plugins. We don't know anything about IRequiresSessionState or flash internal things. We also need a testcase and/or a much better description of what is wrong on the browser side.
Flags: needinfo?(lacrossebeast)
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(lacrossebeast)
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.