Hi,
I am developing a website which consist of Sun Java Messaging (E-mail). I tried to do a Single Sign On (SSO) approach. I used the following code to automatically let the user sign in once he clicked at the link.
<tr>
<td colspan="3" align="center">
<iframe src="http://mail.sarawaknet.gov.my/en/mail.html?sid=<%=strSession%>&lang=en&host=http://mail.sarawaknet.gov.my/&cert=false" width="100%" height="500" scrolling="auto" frameborder="0">
</iframe>
</td></tr>
To make it clearer, I am using JDeveloper to develope the website. When I tried to develope at my local pc, it works fine. The problem arise when I deploy it to the server and this method just don't work at all. It doesn't work at the server. Once I click at the link, it says that the session timeout. Any sugesstion on what is happening? Thanks
regards,
Roland