Not if you use CFLOCATION or JavaScript location.href. After processing a form (A) to an action on the server side (B), go ahead and 'relocate' to the next view page (C) and the browser will have only (A) and (C) in its history. This also helps prevent someone hitting F5 while on (C) and getting 23 versions of their shopping cart into your database. 'Back' will still go back to form (A), but it will not auto-trigger the server action (B).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316511 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

