You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/01/12 03:15:01 UTC

[Apache Web Services Wiki] Updated: FrontPage/Axis/SessionSupport

   Date: 2005-01-11T18:15:01
   Editor: ToshiyukiKimura
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/SessionSupport
   URL: http://wiki.apache.org/ws/FrontPage/Axis/SessionSupport

   Updating a link

Change Log:

------------------------------------------------------------------------------
@@ -5,7 +5,7 @@
 
 '''Q: Cool, SOAP header-based sessions? How do I make that work?'''
 
-A: There is a Handler class called "org.apache.axis.handlers. {{{ SimpleSessionHandler }}}" which implements this functionality. You need to include this handler in the request and response flows of both your client and your server. Take a look at our session test ({{{ test.session.TestSimpleSession }}}) for an example. Regarding use in clients, look at [http://wiki.apache.org/old/AxisProjectPages_2fAxisClientConfiguration AxisClientConfiguration]. 
+A: There is a Handler class called "org.apache.axis.handlers. {{{ SimpleSessionHandler }}}" which implements this functionality. You need to include this handler in the request and response flows of both your client and your server. Take a look at our session test ({{{ test.session.TestSimpleSession }}}) for an example. Regarding use in clients, look at [http://wiki.apache.org/ws/FrontPage_2fAxis_2fAxisClientConfiguration AxisClientConfiguration]. 
 
 '''Q: What else can I do with sessions?'''