Hi All!

At the moment, I have this in the footer section of my login protected
pages:
<%Response.Expires=-1%>

But I notice this doesn't prevent me from being able to press 'Back' after I
have logged out and view the same content - content I should not view if I
have logged out! How do I force the page to expire then?

Any advice would be most welcome!

Rob
:)

Re: Page Expires - even on Back button? by Ray

Ray
Wed Aug 11 08:24:22 CDT 2004

This code works for me in such situations:

http://www.aspfaq.com/show.asp?id=2022

Ray at work

"Robert Mark Bram" <none> wrote in message
news:411991bd$0$24139$afc38c87@news.optusnet.com.au...
> Hi All!
>
> At the moment, I have this in the footer section of my login protected
> pages:
> <%Response.Expires=-1%>
>
> But I notice this doesn't prevent me from being able to press 'Back' after
> I
> have logged out and view the same content - content I should not view if I
> have logged out! How do I force the page to expire then?
>
> Any advice would be most welcome!
>
> Rob
> :)
>
>
>