[PHP] session_id database

2002-03-08 Thread mailing list
I am new to PHP so please excuse my ignorance. I want to manage and create session id's for my shopping cart with a MySQL database. I have a database with a session_id column that is auto-increminting. Is there any example of anyone using a mysql database to manage session_id's? Regards,

Re: [PHP] session_id database

2002-03-08 Thread Erik Price
On Friday, March 8, 2002, at 01:12 PM, mailing list wrote: I am new to PHP so please excuse my ignorance. I want to manage and create session id's for my shopping cart with a MySQL database. I have a database with a session_id column that is auto-increminting. Is there any example