I apologize in advance for this question, which is not exactly related to webpy but about how browsers work, I guess...
I wrote a simple shopping cart, with which I can add and remove products or reset the order. Every time I perform one of these actions, the script shows the current state of the order in a table. The contents of the order are stored in a session variable, which is an instance of the cart. The problem is that every time I hit the back button, it shows the previous state of the order, not the current. Is there any way to avoid this? I mean, is there any way that, no matter what I do, the table shows always the current state of the order and not a previous snapshot? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
