Jump to content

session issue


sugan

Recommended Posts

Hi,When i use start using session i get the following warning message. what is it?

Warning: session_start(), open(D:/PHP/sessiondata/session_osdfsfsfdsf..ddsf, O_RDWR)failed No such file or directory(2) in e:\test\test.php

Regards,Sugan

Link to comment
Share on other sites

It looks to me as if you cannot access another partition of your hard drive from the file's current location:No such file or directory(2) in e:\test\test.php is referring to "D:/PHP/sessiondata/session_os ... "

Link to comment
Share on other sites

The session handler is set to save session files in D:/PHP/sessiondata/ but it sounds like that folder doesn't exist. You can either change the location to save session files in php.ini or make sure that folder exists and is writeable.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...