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 Link to comment https://forums.phpfreaks.com/topic/42-session-error/ 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. Link to comment https://forums.phpfreaks.com/topic/42-session-error/#findComment-102 Share on other sites More sharing options...
pfer10 Posted January 17, 2003 Author Share Posted January 17, 2003 Thanks that took care of it. Link to comment https://forums.phpfreaks.com/topic/42-session-error/#findComment-157 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.