Avatar

Level 4

When a task render is requested by a flex app, on the server the document is stored in an http session attribute using the url suffix as the attribute name. So it will only work if your request is on the same http session as your render request. I don't know how to solve your problem but that is likely the cause.

Jon