Daniel Canil wrote:
> I have jsut recently installed a php development kit on my windows platform.
> Im interested in using the session functions but I am recieving this error
> when I use session_start():
> 
> Warning: open(/tmp\sess_540ded508edf231c47fe85bd970f936a, O_RDWR) failed: m
> (2) in d:\phpdev\www\phpdev4\samples\samp13.htm on line 4

Run a phpinfo() to see what session.save_path you have registred. It 
seems like php tries to open from the default directory /tmp.
Maybe you have not restarted the web server after altering the php.ini.

/Per


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

Reply via email to