edit "php.ini" and define a session.save_path e.g. on windows: session.save_path = c:\winnt\temp
-> http://ch.php.net/en/session
g. martin luethi
Loh tuck yong wrote:
Hi,
i have a problem with the method session_start()
this is the warning message generated, and for the php, i have only 1 line <?php session_start()?>
Warning: session_start(): open(/tmp\sess_d66a282d6ad936c73c719dc95de84045, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\Dlon\html\verification.php on line 1
Is it my webserver? or is it php? why does it not work? By the way, i'm using Apache HTTP Server 2.0.48 as my web server.
Thank You. Yours Sincerely, Loh Tuck Yong
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php