i adında (mysql) iki tablo oluşturmak m
- table_temp_guest
- table_temp_order
Şimdi bir misafir daha sonra girerse biz bu ilk tablodaki onun kişisel bilgileri kaydetmek ve o herhangi bir durak bir şey satın alırsanız, bu table_temp_order geçici bir düzen olarak kaydedilir.
now my question is :
i m using session id, so when user goes to logout( without checkout) then i delete his information(personal and order) from both table )using session id, BUT if he close the browser, or does not go to checkout(any reson) then how to delete his information from both tables please suggest me how to do this?
additional question: is there any other way to do this whole process by some other manner.