Re: [PHP] Yet another session problem, with a twist.

2002-06-30 Thread Justin French
PHPLib has session functions, and was essentially "what people used" before PHP4. It will of course require a fair bit of work to port your scripts across. Personally I'd change to another host :) Justin French on 29/06/02 2:17 PM, Cysec ([EMAIL PROTECTED]) wrote: > I have already scripted

[PHP] yet another session problem

2002-04-24 Thread Richard Fox
I am testing user-handling of sessions (mysql database) and just do not understand this behavior. my SESSION table is created as CREATE TABLE SESSION ( id varchar(32) NOT NULL default '', time timestamp(14) NOT NULL, user_id mediumint(8) NOT NULL default '-1', data text NOT NULL, PRIM