That would mean that e.g. a transient conversation would span two HTTP requests since ACTION_PHASE and RENDER_PHASE are executed in isolated HTTP requests. Is that correct? In that case I don't think this would work since each request could run in a different thread and therefore context that would remain active after the first request would never be joined by the second request.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
That would mean that e.g. a transient conversation would span two HTTP requests since ACTION_PHASE and RENDER_PHASE are executed in isolated HTTP requests. Is that correct? In that case I don't think this would work since each request could run in a different thread and therefore context that would remain active after the first request would never be joined by the second request.