Jump to content

clearing out session variables


SCook

Recommended Posts

Yes, I am using session_start at the tops of each page, as I'm using a session-based secure login.

Now, what's happening is that these values are assigned on the final order page, and then for example, the customer goes back to the home page and places another order.  They then submit it, and it goes to the final order page, where the order info, quantity, price, etc. are reassigned to the session varibles.  Then these are read further down in the page.  I don't have to do this, but some of these values are used again, so it's a convenient method.

Now, because the session variables are still holding the info from the last order, they don't seem to accept new values.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.