Re: Question regarding session

From: "Viorel Dragomir" <bc(at)vio(dot)ro>
To: "Ludwig Lim" <lud_nowhere_man(at)yahoo(dot)com>, "PostgreSQL Mailing List" <pgsql-php(at)postgresql(dot)org>
Subject: Re: Question regarding session
Date: 2004-04-29 11:42:26
Message-ID: 012201c42ddf$0bb7fa60$6500a8c0@wylog.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Probably you wanted to do something if you changed this var...
I didn't used this switch but you might check php.net because if you want php session managed by "user" [that's means you] then you must define a function [or more - to save and load session vars].

And if you have no clue why did you change that var than change it back and forget about it.

Good luck
----- Original Message -----
From: Ludwig Lim
To: PostgreSQL Mailing List
Sent: Thursday, April 29, 2004 14:14
Subject: [PHP] Question regarding session

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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Joolz 2004-04-29 16:57:23 securing PHP/Postgresql (was: MD5 in pg and php)
Previous Message Nick Barr 2004-04-29 11:30:38 Re: Question regarding session