I think I solved the issue by adding server side headers:

<cfheader name="cache-control" value="no-cache, no-store, must-revalidate"
/>
       <cfheader name="cache-control" value="post-check=0, pre-check=0" />
       <cfheader name="expires" value="#GetHttpTimeString(Now())#">
       <cfheader name="last-modified" value="Mon, 26 Jul 1997 08:00:00 GMT"
/>
       <cfheader name="pragma"  value="no-cache" />

and it seems it worked

Victor

On 3/8/07, Ben Doom <[EMAIL PROTECTED]> wrote:
>
> I'm stretching a bit, but what about using JavaScript to either clear
> the history or close the window?
>
> --Ben Doom
>
> Victor Moore wrote:
> > Can please somebody give me a hint what am I missing here.
> > Just to recap:
> > I have an application protected by a login page.
> > In the main index.cfm of the application in the header I have the
> following:
> >      <meta http-equiv="expires" content="Mon, 06 Jan 1990 00:00:01 GMT"
> />
> >      <meta http-equiv="pragma" content="no-cache" />
> >      <meta http-equiv="cache-control" content="no-cache" />
> >      <meta http-equiv="expires" content="0" />
> >
> > The problem is that  once a user logs out, the next user can see their
> > private pages by clicking on the drop down arrow of the back button and
> > selecting a previously viewed page. If the user clicks on any link on
> the
> > page then they are re-directed to the login page as they should.
> >
> > I don't know what to do. I have tried everything that I know of and no
> luck.
> >
> > Please help
> > Thank you for your patience
> > Victor
> >
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272100
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to