Question regarding session

From: Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com>
To: PostgreSQL Mailing List <pgsql-php(at)postgresql(dot)org>
Subject: Question regarding session
Date: 2004-04-29 11:14:36
Message-ID: 20040429111436.62957.qmail@web90006.mail.scd.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi:

I have a question regarding PHP session
I change the setting :

session.save_handler = files;
to
session.save_handler = user;

I got the following error message everytime run
php (even If I tried it at command line)

PHP Fatal Error: Unknown(): Failed to initialize
session module in Unknown on line 0

Even if I tried it command line without any
argument, an error still occured.

PHP version : 4.3.1
O.S. : Mandrake 8.0

Thank you,

ludwig lim

ludwig



__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Nick Barr 2004-04-29 11:30:38 Re: Question regarding session
Previous Message Bruno Wolff III 2004-04-29 10:11:29 Re: MD5 in pg and php