Max Starets created TRINIDAD-2347:
-------------------------------------

             Summary: JSESSIONID is not send with the first RESPONSE
                 Key: TRINIDAD-2347
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2347
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Facelets
    Affects Versions: 2.0.1-core
            Reporter: Max Starets
            Assignee: Max Starets


To reproduce the issue, create a Facelets page with a form producing fairly 
large (~50K) HTML content. Notice that the response for the initial GET does 
not send JSESSIONID to the client. This is happening because the session is 
'touched' by the state saving code after the response headers have been 
committed to the client.

The fix would be to 'touch' the session before rendering begins

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

Reply via email to