I guess I spoke too soon. While a javascript re-direct takes care of the single back button click, if I drop down the the history I can pick up a page and it will show it instead of redirecting to the login page
Victor On 2/28/07, Victor Moore <[EMAIL PROTECTED]> wrote: > > Thanks, that worked. I was doing a server side redirect, which was > resetting the user session but did not alter the browser history > > Victor > > On 2/28/07, Robertson-Ravo, Neil (RX) < > [EMAIL PROTECTED]> wrote: > > > > Just make your logout a redirect, that way a back in the history will > > always > > be the redirect and hence no page info. > > > > Or enforce a browser close on logout and use J2EE session vars. > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270992 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

