In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> "Per" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > 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
> >
> 
> Hi,
> 
> Yeh I did restart apache every time i changed the php.ini file, and it still
> has session_save_path = /tmp.
> 
> I check through both php.ini and httpd.cong file for the string tmp but
> there where no matches.
> 
> I also checked there error log and there wasn't any help in that.
> 
> ???

It's possible you have more than one php.ini and the one you are editing 
is not the one php is reading? Again, look in phpinfo() for where php 
expects to find php.ini.


-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

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

Reply via email to