Dear all,
I created an XPage, that retrieves Domino data from a servlet via Ajax.
No problem on the web, since the web browser sends the SessionID cookie to the servlet.
But the Notes Client does not send any cookie with the request. I found that in the Notes Client I have javascript access to the cookies named “com.ibm.xsp.renderkit-id” and “JSESSIONID”.
What can I do to pass authentication information to the servlet?
Any help/comment would be appreciated. Thanks!