Hi Eriam,
> For example if I add an object in the axis session it will *not* be in
> the HttpSession right ?
I think this is right. The current axis session is implemented
as a Hashtable on the AXIS runtime instance, and also the life cycle
of the session object is the same as a http connection except the
testing server (SimpleAxisServer).
Regards,
Toshiyuki Kimura <[EMAIL PROTECTED]>
R&D Headquarters
NTT DATA Corp.
-----Original Message-----
From: Eriam Schaffter [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 03, 2003 10:40 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Sessions for axis and tomcat.
Hi lists ..
I was wondering if sessions created with axis this way:
MessageContext msgContext = MessageContext.getCurrentContext();
Session session = msgContext.getSession();
And sessions from tomcat (HttpSession) are sharing the same datas.
For example if I add an object in the axis session it will *not* be in
the HttpSession right ? Or will it ?
Maybe I have to synchronize ?
Eriam