Re: [PHP] Re: when to enter submitted in mysql?

2005-11-29 Thread [EMAIL PROTECTED]
Ok. I got a picture. :) Thanks to everybody! -afan Todd Cary wrote: I track my sessions in the MySQL database in the session table. There is a field, ExpireTime, so the table is self purging. For the pages, I place them into a table, tmp_data, that has a sessionID field and ExpireTime.

[PHP] Re: when to enter submitted in mysql?

2005-11-29 Thread Todd Cary
I track my sessions in the MySQL database in the session table. There is a field, ExpireTime, so the table is self purging. For the pages, I place them into a table, tmp_data, that has a sessionID field and ExpireTime. When all pages are completed, the data is inserted into the data table.