aniltc Posted May 4, 2007 Share Posted May 4, 2007 I am getting the warning as Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. how can i remove this warning Link to comment Share on other sites More sharing options...
oschellas Posted May 4, 2007 Share Posted May 4, 2007 By creating this directory, so the session can be stored there. Another way is to store the sessions in the database, you can specify this in the configure.php files. Link to comment Share on other sites More sharing options...
aniltc Posted May 4, 2007 Author Share Posted May 4, 2007 thanx But where I have to create this directory My server use php 4 and mysql 4 I have insatlled latest copy in my localhost there its working perfectly,there the version is php 5.2 and mysql 5.1 Link to comment Share on other sites More sharing options...
oschellas Posted May 4, 2007 Share Posted May 4, 2007 You have to create it in the root of your site. A safer and more failsafe way is to store session info in your db. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.