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 a shopping cart and I add items to it, I then click continue to proceed to checkout.

Now, when i click the browser's 'back' button and want to return to the shopping cart I am presented with "Warning this page has expired"

What can I do to stop this warning page from displaying everytime i go back?

(I have been using $_POST to pass the data to the shopping cart.)
Post Reply