Thus wrote momo,
> Hi Guys!
>
[quoted text clipped - 6 lines]
> without
> logging back in.
Actually, they're seeing locally cached content. This isn't harmful per se.
>How can I make that page redirect them to them login
> page.
> I have tried this
> <%@ OutputCache Duration="0" Location="None" VaryByParam="none" %>
> in my code and it does not work. Please help
Only some browsers apply Cache-Control directives to back/forward/history
based navigation -- IE does, FireFox and Opera don't (when I last checked).
There's no general solution here.
Cheers,

Signature
Joerg Jooss
news-reply@joergjooss.d
kourosh - 04 Jun 2006 22:06 GMT
Try:
Response.Cache.SetNoStore();
> Thus wrote momo,
>
[quoted text clipped - 22 lines]
>
> Cheers,