Return-Path: Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 5926 invoked by uid 500); 9 Apr 2003 12:36:31 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 5916 invoked from network); 9 Apr 2003 12:36:30 -0000 Date: 9 Apr 2003 12:38:22 -0000 Message-ID: <20030409123822.22295.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@ws.apache.org Cc: Subject: DO NOT REPLY [Bug 18854] New: - Client adds multiple sessionID SOAP headers when SimpleSessions enabled X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18854 Client adds multiple sessionID SOAP headers when SimpleSessions enabled Summary: Client adds multiple sessionID SOAP headers when SimpleSessions enabled Product: Axis Version: 1.1rc2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: axis-dev@ws.apache.org ReportedBy: kevinj@develop.com I have an Axis server and client and I've enabled SimpleSessions. If the client does something like this sessions.add(23.32, 56.98); sessions.add(23.32, 56.98); sessions.add(23.32, 56.98); sessions.add(23.32, 56.98); Then in the fourth call I get this in the HTTP 7986970909899987006 7986970909899987006 7986970909899987006 i.e. the sessionID header is added for each call to the method, Kevin Jones