PHP SessionID Update Database when browser closes
Posted: Tue Jan 31, 2006 12:50 am
I have a shopping cart that uses the setcookie session. When you add an item into the cart it removes the item from the database and stores the value in a new table under the sessionid.
The problem comes when the user decides not to check out and closes their browser. The items are now tied up in the temp database. I need help developing a function that will reverse this.
Please Help
The problem comes when the user decides not to check out and closes their browser. The items are now tied up in the temp database. I need help developing a function that will reverse this.
Please Help