#352 closed Defect (wontfix)
Session re-initialisation for Flex and Flash RIA
| Reported by: | jr | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.0 |
| Component: | Core | Version: | 1.0 |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
Calling plugin actions does not work with Flash and Flex because a new session is created for the action.
For your Flex application, you'll have to post the session id into $_POSTsession_id? or $_GETsession_id? for the session to be reloaded for this application.
Can't find any other way (i've tried to invoke that into the action witout any success).
++
Attachments (1)
Change History (4)
Changed 5 years ago by jr
comment:1 Changed 5 years ago by marcus
- Priority changed from major to minor
comment:2 Changed 5 years ago by marcus
- Resolution set to wontfix
- Status changed from new to closed
Closed. No reply + believe session can be accessed as described.
comment:3 Changed 5 years ago by jr
Hi Marcus,
I didn't get the time to look at the problem since i noticed it.
but, you will find an interesting article which explains the problem here : http://thanksmister.com/?p=59
that's why i re-applied my patch on last .svn version in order to get the multi -upload works.
let me know if you find a better way to do such a thing...

We believe this is a configuration issue. You should have access to the session via the cookie, but in any case PHP should recognise PHPSESSID variable automatically.