warning page expired

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

warning page expired

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply