gmatz Posted July 11, 2003 Share Posted July 11, 2003 hi!, does anyone know how to change the location of the session files from the default of /tmp? i tried changing the value of PHP_SESSION_SAVE_PATH in application_top.php but that didn't change anything . . . any help is appreciated!! thanks a lot, guy matz Link to comment Share on other sites More sharing options...
Guest Posted July 11, 2003 Share Posted July 11, 2003 It's in includes/configure.php. Btw, the recommended value is: define('STORE_SESSIONS', 'mysql'); Good luck, Matt Link to comment Share on other sites More sharing options...
gmatz Posted July 14, 2003 Author Share Posted July 14, 2003 storing session in mysql has been flakey!! the site doesn't really work when i try that. so if i want to change the location of the session files do i just put the path in the STORE_SESSIONS variable in configure.php? thanks again, guy Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.