Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Session Timeout in iframe

807574Dec 23 2004 — edited Feb 11 2020
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2005
Added on Dec 23 2004
16 comments
548 views