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 ji...@apache.org on 2004/06/06 07:58:54 UTC

[jira] Closed: (AXIS-828) SimpleSessionHandler adds headers even if setMaintainSession is called

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Sat, 5 Jun 2004 10:57 PM

Closed as per Chris' comments.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-828

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-828
    Summary: SimpleSessionHandler adds headers even if setMaintainSession is called
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: Axis
 Components: 
             Basic Architecture
   Versions:
             1.1rc2

   Assignee: 
   Reporter: Kevin Jones

    Created: Fri, 18 Apr 2003 12:29 PM
    Updated: Sat, 5 Jun 2004 10:57 PM
Environment: Operating System: Other
Platform: Other

Description:
I have a WSDD that looks like this

    <handler name="session"
type="java:org.apache.axis.handlers.SimpleSessionHandler"/>

<service name="Sessions" provider="java:RPC" style="wrapped">
    <namespace>urn:kevinj:Sessions</namespace>
    <requestFlow>
        <handler type="session"/>
    </requestFlow>
    <responseFlow>
        <handler type="session"/>
    </responseFlow>
    <parameter name="className" value="kevinj.UseSessions"/>
    <parameter name="allowedMethods" value="*"/>
</service>


In my server I do nothing with sessions (I don't call any methods related to
sessions at all) but I still get 

<soapenv:Header>
  <ns1:sessionID soapenv:actor="" soapenv:mustUnderstand="0" xsi:type="xsd:long"
xmlns:ns1="http://xml.apache.org/axis/session">-1649269796270571471</ns1:sessionID>
 </soapenv:Header>

In the resoponse from the server.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira