You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by da...@apache.org on 2010/08/03 11:55:53 UTC

svn commit: r981799 - /axis/axis2/c/core/trunk/samples/client/session/README.txt

Author: damitha
Date: Tue Aug  3 09:55:52 2010
New Revision: 981799

URL: http://svn.apache.org/viewvc?rev=981799&view=rev
Log: (empty)

Modified:
    axis/axis2/c/core/trunk/samples/client/session/README.txt

Modified: axis/axis2/c/core/trunk/samples/client/session/README.txt
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/session/README.txt?rev=981799&r1=981798&r2=981799&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/session/README.txt (original)
+++ axis/axis2/c/core/trunk/samples/client/session/README.txt Tue Aug  3 09:55:52 2010
@@ -8,3 +8,7 @@ back the session id and expire time in a
 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.