Form based security using main web page with Frames

G

Guest

I'm using the form-based authentication in my asp.net project, all works
fine. My logon page only has the user and password controls and some images,
when the user is loged in the page, is redirected to my main application web
page wich contains three frames (head for user information, left for menu an
the center wich shows the page selected in the left). When the session time
out occurs, the three frames shows the logon.aspx, but I need the session
redirects only to my logon.aspx. How can I do it?
 
N

Nicholas Paldino [.NET/C# MVP]

Andres,

The ASP.NET code for those frames should send some javascript code back
that will set the location of the top level frame to your login page. This
way, you can start the login over.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top