location.replace(url) will overwrite the "last" page with the page
specified; continual use of this will allow you to eliminate any pages you
don't want in the history.  However, you can't do this after the fact; in
other words, you have do this while the user is logged in to eliminate pages
they viewed while logged in from being viewed after they have logged out.
Side effect, of course, is that users that are logged in won't be able to
use the "back" button either.

Billy


----- Original Message -----
From: Larry Juncker <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, May 25, 2000 4:48 PM
Subject: Preventing use of Back button


> I have written a logout page that refreshes to the index.cfm which is my
> login page.  Is there a way of eliminating the last two pages in history
to
> prevent a person foredoom going back to that page with the back button?
>
> I tried the meta info that was put up a little while ago, but that still
> does not prevent the use of the back button to get back to the main page.
>
> Any other suggestions?
>
> Thanks
>
> H   Larry Juncker
>  L  Senior Cold Fusion Programmer
>   I Heartland Communications Group
>           Internet Division
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to