[PHP-DB] Re: Saving sessions info in MySql DB

2002-01-10 Thread Yasuo Ohgaki
Your save handler has some problem... Except read functin, all return values from handler is converted to boolean and you should return TRUE for success, FALSE for failure. For read function, you MUST return string *always*. Return (null string) if there is nothing to read. I've updated

[PHP-DB] Re: Saving sessions info in MySql DB

2002-01-10 Thread John Branstad
Thanks! Saved me a huge headache! Yasuo Ohgaki [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Your save handler has some problem... Except read functin, all return values from handler is converted to boolean and you should return TRUE for success, FALSE for