ShadowIce Posted January 16, 2010 Share Posted January 16, 2010 HELP! When I try to use this at the VERY top of the page: <?php session_start(); $_SESSION['f_name0001'] = $_POST['f_name0001']; $_SESSION['l_name0001'] = $_POST['l_name0001']; $_SESSION['ad_0001'] = $_POST['ad_0001']; $_SESSION['co_0001'] = $_POST['co_0001']; $_SESSION['c_0001'] = $_POST['c_0001']; ?> I get: Warning: session_start() [function.session-start]: open(..\Server\tmp\sess_e8140ca2c9eabcfdec9c3ac769ca6da7, O_RDWR) failed: No such file or directory (2) in C:\Users\blah\htdocs\customerform\project\Orderform.php on line 15 How do I fix this?! Link to comment https://forums.phpfreaks.com/topic/188683-help-cant-use-sessions-oo/ Share on other sites More sharing options...
jskywalker Posted January 16, 2010 Share Posted January 16, 2010 where does your "session.save_path " in your php.ini point to ? and, is this directory writable for your webserver? (which webserver? apache/iis) Link to comment https://forums.phpfreaks.com/topic/188683-help-cant-use-sessions-oo/#findComment-996088 Share on other sites More sharing options...
ShadowIce Posted January 16, 2010 Author Share Posted January 16, 2010 Nvm. I decided to switch to my other Apache server and it works fine now! Link to comment https://forums.phpfreaks.com/topic/188683-help-cant-use-sessions-oo/#findComment-996098 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.