Hi, Let me know what should i do after loginUser() was success.
I am testing loginUser() for auto login from external site. At first, i got a session id by using getSession(), then called loginUser() with setting the session id. So the return was as following. <ns:loginUserResponse xmlns:ns="http://services.axis.openmeetings.apache.org "><ns:return>1</ns:return></ns:loginUserResponse> In the element value was 1. I thought i got a success to auto login as it was positive. Then i redirected to OpenMeetings, but the login combo appeared on it. Are there any wrong procedure on me? Thanks in advance. Ono