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 xu cai <je...@gmail.com> on 2006/07/28 08:48:58 UTC

how to manage http session in Axis ?

Here is a newbie question.
I just wanna to control the number of clients to access to my webservice.
Simply, I can allocate the "key" to client side, and each RPC call will take
the "key" as a parameter. so I can manage the client/session.
But my question is how to manage the client/sessio using HttpSession in Axis
?
Anybody can give me a clue ?

thanks

- xucai