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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2009/11/13 04:45:39 UTC

[jira] Resolved: (AXIS2-2803) Generated stub unable to Maintain session between .NET server and Axis2 Client

     [ https://issues.apache.org/jira/browse/AXIS2-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-2803.
--------------------------------------

    Resolution: Fixed

This is working fine if we use the transport session. Since .NET uses different name for the cookie you need to use following settings. 

options.setProperty("customCookieID","SESSIONID");

> Generated stub unable to Maintain session between .NET server and Axis2 Client
> ------------------------------------------------------------------------------
>
>                 Key: AXIS2-2803
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2803
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: Intel Pentium4 3.16ghz with HT, WinXP progessional
>            Reporter: anil chukkapalli
>            Assignee: Deepal Jayasinghe
>
> Stub generated using Axis2 is unable to Maintain session between .NET service and Axis2 Client. The get around to this problem was using operation client instead of using setManageSession(true). Axis2 users mailing list has the entire discussion in the thread "Axis2 Manage Session Cookie Manually".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.