Are there known problems with session scope? Specifying session scope in my deploy.wsdd results in:
1. SUCCESS: The server accurately has a "Set-Cookie" header on responses to requests without any cookie 2. FAILURE: When the client makes a request with this "Cookie", the server does NOT add the appropriate "Cookie" header to the response. > If you want to use cookies for session management, you don't have to add a > handler. You just need to specify session scope in your deploy.wsdd and > tell the client to maintain session info. I hate to bring a dead horse to light... By teh way I'm still using Axis beta 2.