You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2006/12/06 14:47:21 UTC

[jira] Resolved: (AXIS2-1833) Http session is always created, even if transport session management is disable.

     [ http://issues.apache.org/jira/browse/AXIS2-1833?page=all ]

Davanum Srinivas resolved AXIS2-1833.
-------------------------------------

    Resolution: Fixed

already fixed both in 1.1 branch and trunk.

thanks,
dims

> Http session is always created, even if transport session management is disable.
> --------------------------------------------------------------------------------
>
>                 Key: AXIS2-1833
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1833
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.1
>         Environment: Server: apache Tomcat 4.1.29
> Os: w2k
> Axis2 1.1
>            Reporter: Willy ANTOINE
>
> When the transport session management is disable in axis2.xml file like this:
> <parameter name="manageTransportSession" locked="true">false</parameter>
> A session is created for each POST requests.
> This occurs because in the AxisServlet.createAndSetInitialParamsToMsgCtxt method, called from doPost, there is the following line:
> msgContext.setProperty(SESSION_ID, req.getSession().getId());
> This line must be included in the if statement at the begining of this method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org