> Hi All, > > I am facing some problem in implementing session management while > using axis2. It will be great if anyone can help me out with few queries. > > My Scenario: The scenario which I am trying to implement is very > simple one. Basically I have a service implementation class which has > a Login and couple of business methods. Now from a client when I call > Login method of the service I pass user name and password. At the > server my service class authenticate the user and sends response back > to client with the session id. I am trying to implement transport > session so at client I am able to see session using this code snippet : > I understand what you are trying to do, but it is not something you can do easily without changing the source code. But I think what you should do is store the status of the client login in the servicecontext and check the validity when he try to invoke the business methods. If you do so, then you do not need to worry about the type of the session Id you sent to the client.
Deepal > > >
