Re: Implementing Http Keep Alive and Transport level session support for Axis2/C

2009-12-20 Thread Samisa Abeysinghe
Looks good. Have you committed? Samisa... On Tue, Dec 15, 2009 at 11:58 AM, Damitha Kumarage dami...@wso2.com wrote: Hi, I have implemented Http keep alive support and Cookie session support for Axis2/C and commited to svn. Following is a brief introduction into how I implemented it.

Re: Implementing Http Keep Alive and Transport level session support for Axis2/C

2009-12-20 Thread Damitha Kumarage
Samisa Abeysinghe wrote: Looks good. Have you committed? Yes it is in svn Thanks, Damitha Samisa... On Tue, Dec 15, 2009 at 11:58 AM, Damitha Kumarage dami...@wso2.com mailto:dami...@wso2.com wrote: Hi, I have implemented Http keep alive support and Cookie session support

Re: Implementing Http Keep Alive and Transport level session support for Axis2/C

2009-12-20 Thread Deepal jayasinghe
Damitha, Did you get a chance to check with Axis2/Java? it would be a good interoperability testing. Thanks, Deepal Samisa Abeysinghe wrote: Looks good. Have you committed? Yes it is in svn Thanks, Damitha Samisa... On Tue, Dec 15, 2009 at 11:58 AM, Damitha Kumarage dami...@wso2.com

Re: Implementing Http Keep Alive and Transport level session support for Axis2/C

2009-12-20 Thread Danushka Menikkumbura
Hi Damitha, A couple of questions ... A service could support session by creating a hash table filling it with key value pairs and setting it to the message context. Since this is done at the service level - a higher level - I thinks its nicer to have a simple API call to set session data