This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit 9b8875e3ad7c076814ad199552cab2ee72aa8497 Author: Damitha N.M. Kumarage <[email protected]> AuthorDate: Tue Aug 3 09:59:42 2010 +0000 --- 1.7.0/c/samples/client/session/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/1.7.0/c/samples/client/session/README.txt b/1.7.0/c/samples/client/session/README.txt index a3e8817..0602c93 100644 --- a/1.7.0/c/samples/client/session/README.txt +++ b/1.7.0/c/samples/client/session/README.txt @@ -8,3 +8,7 @@ back the session id and expire time in a cookie header. The client send these back in its subsequent requests to the service. Then the service will be able to retrieve the session values corresponding to the session id from it's internal session database. + +Note: This client should be run after deploying session service on Axis2/C +Apache module. See README file on session service to learn how to configure +Axis2/C Apache module to run session service.
