Re: browser history - back button.

From: bruce barker (nospam_brubar_at_safeco.com)
Date: 04/21/04


Date: Wed, 21 Apr 2004 13:30:33 -0700

the best you can do is expire the pages, so the browser will rerequest them
(unless the user turns this off).

-- bruce (sqlwork.com)

"Dave Carroll" <anonymous@discussions.microsoft.com> wrote in message
news:55AF1E93-D0E2-4312-B340-FDE6B3D399AF@microsoft.com...
> We are developing a secure site. One a user logs off of the site we do
not want them to have the ability to hit the back button and display the
secure pages on the site. We started to look at using server.transfers
rather than response.redirects to navigate the users through the site. The
problem we are running into is browser history entries are created with a
form's postback. How do we get arround this problem?
>
> Thanks in advance for your help.
> -Dave