Page 1 of 1

warning page expired

Posted: Fri Mar 17, 2006 4:04 am
by aceconcepts
Hi,

I have created a shpping cart which details products and prices etc... I also have a link for each product which displays the product associated with that link. I pass the product id through the url in order to retrieve the product info.

The problem i have is that when i want to return to the shopping cart (using the 'back' button) from the requested product link the page has expired.

Is there any way to stop this from happening?

Thanks.

Posted: Fri Mar 17, 2006 8:05 am
by feyd
Sounds like you post to get to the shopping cart, which often isn't needed. Using a get request makes returning often painless, but you have to be careful, as always.