> 1) Added this line into the .htaccess file:  php_value
session.save_handler
> user

I would have expected this to work, since it happens before PHP gets
involved...

> 2) session_module_name("user");
> 3) ini_set("session.save_handler", "user");

Speculation:
These would not work *if* the php.ini had auto_session turned on, probably,
since the session would have been initialized before your code was executed,
I should think.

> Fatal error: Failed to initialize session module in
> /home/woodstor/thefinewoodstore-www/index.php on line 3

Do file-based sessions work?
Have you thoroughly tested your mysql_session_* functions?

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to