PDA

View Full Version : Session variables and back button


mekawi
07-22-2004, 01:10 PM
Hi All
I'm trying to develop a CFM Web Shop, currently struggling with the Shopping Cart. I've gotten everything to work so far, but (by accident!) i noticed that when I hit the back button after adding a product to the cart, the contents of the cart i "outdated" (browser shows the previous page with the previous session variables). Is there a solution to this?

In my index.cfm file I've attached a page that shows the current contents of the shopping cart like this:

<cfinclude template=mod_cartshow.cfm>

Thanx in advance!!!

//Kim