We have moved to Github. Please open tickets there.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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)

jer_session_patch_for_flash_or_flex_ria.patch (10.1 KB) - added by jr 5 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 5 years ago by marcus

  • Priority changed from major to minor

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.

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...

Note: See TracTickets for help on using tickets.