RE: Sessions for axis and tomcat.

2003-01-07 Thread Toshiyuki Kimura
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();

Sessions for axis and tomcat.

2003-01-03 Thread Eriam Schaffter
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 a