You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by aruna sydu <ar...@gmail.com> on 2007/12/11 06:56:03 UTC

maintain session and client session timeout

I wrote a set of axis2 service  which validates a user login and inserts the
data entered by him into the database.

This should be maintained user single session where there can be mutliple
user that can login.
I tried

options.setManageSession(*true*);

options.setProperty(HTTPConstants.*REUSE_HTTP_CLIENT*,*new* Boolean(*true*));


 in my standalone RpcClient programme
which doesnot seem to work.Is there anyway i can get access to the Actuall
session object on the server at the client side so that i can check the
validity of the session as in  normal webapplications
like session.isalive etc.?





Thanks & Regards,
Aruna Sydu