It's the server that has to initiate the session, not the client. Make sure you're enabling session support when you're deploying your services. To see if it works, snoop on your calls using TCP monitor provided with Axis; you should see a cookie send with the response from server, assuming you are using HTTP-based session management.
---- Original message ---- >Date: Thu, 26 Sep 2002 13:12:22 -0600 >From: "Grant Echols \(JanusLogix\)" <[EMAIL PROTECTED]> >Subject: MessageContext.setMaintainSession >To: <[EMAIL PROTECTED]> > >MessageI'm trying to understand the MessageContext session management and I'm confused by what its supposed to do. On the first request from a client I see that the session management is not turned on so I turn it on. On the second request the session management is still not turned on. Is there some other requirement I don't know about? > >Thanks, > >Grant > Slawomir Lisznianski AsyncNet Inc. PGP key available at: http://keyserver.pgp.com/pks/lookup?op=get&exact=off&search=slisznianski
