[PHP] database session management with mdb2

2009-05-12 Thread Michael A. Peters
The database session management class I'm using is something I downloaded off the web several years ago. I ported it to use mdb2 but it sometimes fails in a strange way if the session is expired or if the browser sends a session cookie that does not exist. With error reporting turned off

Re: [PHP] database session management with mdb2

2009-05-12 Thread Michael A. Peters
Michael A. Peters wrote: The database session management class I'm using is something I downloaded off the web several years ago. I ported it to use mdb2 but it sometimes fails in a strange way if the session is expired or if the browser sends a session cookie that does not exist. With