pfer10 Posted January 13, 2003 Share Posted January 13, 2003 Everytime I try to use the start_session() function. I get an error. It comes back saying something like tmp/6e334893939933.... I think a directory is configed wrong somewhere but I don\'t know if it is appache or php. I am using apache on win2000 PF Quote Link to comment Share on other sites More sharing options...
effigy Posted January 13, 2003 Share Posted January 13, 2003 you need to alter this line in your php.ini file — session.save_path = /tmp — changing it from the unix syntax to a windows syntax. Quote Link to comment Share on other sites More sharing options...
pfer10 Posted January 17, 2003 Author Share Posted January 17, 2003 Thanks that took care of it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.