I am using session based authentication with the domcfg.nsf database to authenticate access to my website. The authentication works fine unless the session is expired. If the session is expired, the login form shows up in a frame. Is there anyway to make the login form replace the whole browser window as opposed to just showing in a frame?
Subject: Session based authentication (domcfg) and framesets?
I used to put javascript in the header of the login page to check if it was on top, and reload if not.
something like:
etc…
Subject: RE: Session based authentication (domcfg) and framesets?
Thanks Erik. I will give that a try.