RE: session management problem

2004-08-23 Thread mmosttler
00:51An: [EMAIL PROTECTED]Betreff: RE: session management problem   I encountered the same issue where we have multiple service endpoint classes that need to be utilized in a single client session on theserver and the services need to share information in the session.

RE: session management problem

2004-08-21 Thread mmosttler
???   Thanks in advance for help Thomas   Von: Wagle, Shriniwas [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 20. August 2004 16:31An: [EMAIL PROTECTED]orgBetreff: RE: session management problem   I haven't tried it, but if I had a need I'd try something

RE: session management problem

2004-08-20 Thread Wagle, Shriniwas
I haven't tried it, but if I had a need I'd try something like this: - Start with the message context and go on from there.  Something like..   msgC = MessageContext.getCurrentContext();(HttpServletRequest)msgC.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST); From this point on, you should