Re: SOAP-RPC and stateful session EJB

2002-02-01 Thread Elaine Chien
You may be hitting the cookie header bug. The problem is that a case sensitive search of set-cookie header is used. So if the web server you are using does not set the cookie header name as "Set-Cookie", the cookie header won't get picked up. See below for the patch request that Warwick Slade su

SOAP-RPC and stateful session EJB

2002-02-01 Thread Gunnar Osterode
I'm using SOAP-RPC and send multiple requests within on HTTPSession. I've deployed a StatefulSessionBean with the scope "Session". At the client side I use the same Call object for all requests and I guess the HTTPSession is maintained ( the "Set-Cookie" HTTP header field including the JSESSION