Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 56144 invoked from network); 24 Feb 2005 06:43:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Feb 2005 06:43:43 -0000 Received: (qmail 75449 invoked by uid 500); 24 Feb 2005 06:43:36 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 75434 invoked by uid 500); 24 Feb 2005 06:43:35 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 75420 invoked by uid 99); 24 Feb 2005 06:43:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from fw1.mpv.com (HELO fw1.mpv.com) (66.45.70.228) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 23 Feb 2005 22:43:35 -0800 Received: from alcohol.mpv.com (alcohol [10.0.0.12]) by fw1.mpv.com (8.12.10/8.12.10) with ESMTP id j1O6hXwa022708 for ; Thu, 24 Feb 2005 00:43:33 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Session management Date: Thu, 24 Feb 2005 00:43:33 -0600 Message-ID: <69D12BF4F1861146AD15B8425084273C01BF6D@alcohol.mpv.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Session management Thread-Index: AcUaPChlExF0W5JFS3+bPC8SledMIA== From: "JR Ruggentaler" To: X-Spam-Checked: This message probably not SPAM X-Spam-Score: 0, Required: 5 X-Disclaimer: MPV, Inc. reserves the right to read and modify any email passing through here X-Scanned-By: MIMEDefang 2.27 (www . roaringpenguin . com / mimedefang) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have a functioning Axis web service that's called by a third party = tool (bevocal.com). I set messageContext.setMaintainSession(true) but = messageContext.getMaintainSession() always returns false. A new session = is created for each call. What do I need to do to maintain sessions = between Axis and a non Axis client? I am testing with = org.apache.axis.transport.http.SimpleAxisServer, does SimpleAxisServer = affect session Management? My deploy.xml contains: Thanks in advance! J.R.