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
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
2 matches
Mail list logo