tfsilver Posted February 13, 2008 Share Posted February 13, 2008 I recently upgraded from PHP 4.2 to 5.25 only to find out that my php.ini file needs updates as well. I use session variables in windows to pass info around. They worked fine in 4.2 but now in 5.25 the path for the session file does not exists. I have changed the ini file to the /tmp the same as before in 4.2 but still I get an error that the session file does not exist. I am not sure what I need to do to get session variables to work. Help? Tony Link to comment https://forums.phpfreaks.com/topic/90851-upgrading-from-php-4-to-525-session-variables/ Share on other sites More sharing options...
aschk Posted February 13, 2008 Share Posted February 13, 2008 This is a php related question, not a MySQl related question, and thus I would request this thread be moved. Could just be me but does the /tmp directory exist? Because seeing as you're on Windows I would expect it to be C:/tmp instead... Link to comment https://forums.phpfreaks.com/topic/90851-upgrading-from-php-4-to-525-session-variables/#findComment-465733 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.