Problem is that works for the first type of request which is a GET.
With the POST request (which uploads a file) Rails ignores the
session_id I supply and I get a new session_id.
I don't know if the session_id should be passed in as post data rather
than in the querystring for POST requests but due to a limitation in
how Flash does these uploads, the querystring is the only way I can do
it.
One solution would be to manually get Rails to use the right
session_id when it finds that parameter in the URL but I don't know if
that's possible.
Thanks
Best regards
Peter De Berdt
David