Displaying 1 result from an estimated 1 matches for "pagerefresh".
2006 Feb 06
0
how can I retrieve a session based on the session-id
I am trying to mix Flash and RoR (for fileupload without pagerefresh)
Unfortunately the requests originating from the flashplayer do not have the
right sessionid. So I tried to hackaround with reading the _session_id form
the cookie and sending it together with the fileupload POST from the
flashplayer to the webserver.
But how can i retrieve the session based on...