hello i have problem regarding session in php
i had write this code
<?
session_start();
if(!$PHPSESSID)
{
session_register('count');
}
$count++;
echo "$count";
?>"
"
and this shows the error that is
"Warning: open(/tmp\sess_08faf00de901c2f0a853ba84d50ed779, O_RDWR) failed: m
(2) in C:\apache\htdocs\discussion\memberDiscussion\test.php on line 2
1
Warning: open(/tmp\sess_08faf00de901c2f0a853ba84d50ed779, O_RDWR) failed: m
(2) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the current setting of
session.save_path is correct (/tmp) in Unknown on line 0"
plz solve this problem
i m using php v4.0
windows 200 and apache webserver