You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Eriam Schaffter <er...@eriamschaffter.info> on 2003/01/03 14:39:51 UTC

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