Hi guys, having trouble with my win2k install of php 4.3.0 - can't run
sessions! I have some test code:

<?php
/*
  SM 2/20/2003 9:21AM
  Basic session test
*/
session_start();
echo("<p>whadda!")
?>

And it results in

Fatal error: session_start() [function.session-start]: Failed to initialize
session module in ... on line 6

My php.ini has the following set (I've tried with both settings) :

;session.save_path = C:/TEMP/phpsessions
session.save_path = D:\temp\php

Any thoughts?

thanks,
neko



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to