Skip to main content
Known Participant
March 11, 2009
Question

How Do I Create A Link To A Page That Is Protected?

  • March 11, 2009
  • 2 replies
  • 429 views
I am stuck and I hope someone can assist.

I have an application behind a login. When you login, you are given a choice of two things to do (this is in a drop-down box.) When you select, you end up on another page which allows you to download a program.

Everything works great but I was just asked to put a link on the "download" page that will take you back to the selection page. This is impossible since the "selection" page is also the verification page for the login. Obviously I can not tell the page to ignore the login verification.

When I click the back button on the browser I get the selection page so I know its possible to do, but how do I create a link back to that page without having to login again?

Thank you for any help.

Amy
    This topic has been closed for replies.

    2 replies

    Known Participant
    March 11, 2009
    It's authenticated through the database.
    Participant
    March 11, 2009
    What type of Authentication ? db session or NTLM