Xpages on Websphere Application Server

Hi all,

I have developed an Xpage for our team that is a very basic Xpage with a view. Management wants that to display in a section of the department’s web site. The website is built on Websphere Application server using Java Server Pages. The WAS team is not able to load my xpage. They tell me that sometimes an empty page is returned with a cookie that causes a continual refreshing of the page. They have asked if I can disable the cookies. Does anyone know how to do this, or what exactly they should be doing in WAS to load this page?

Thanks.

Subject: Can you give us more details?

For example, how the application is being integrated in WAS? Is it though an iFrame, HTML injection or an iWidget?When iFrame are being used, then the cookies are not added properly to the request. One solution is to calculate a random ID on the WAS side and pass it as a URL parameter (&SessionID=xxxxx). This is in fact what XPages is doing automatically when projected as an iWidget.