Guest Posted February 24, 2003 Share Posted February 24, 2003 I have customers reporting that they can not create an account. Other customers have created accounts without problems. I can create an account without issues. I believe the problems are the result of missing session information. I would like to change the location of the session file. How do I do this? Thanks... Link to comment Share on other sites More sharing options...
mugitty Posted February 24, 2003 Share Posted February 24, 2003 If you're storing sessions in a file, you might want to change to store in the database. admin/includes/configure.php around line 51: define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ... if you want to REALLY see something that doesn't set up right out of the box without some tweaking, try being a Foster Parent! Link to comment Share on other sites More sharing options...
Guest Posted February 24, 2003 Share Posted February 24, 2003 I have made that change and will see if that helps. I believe it will. Thanks again. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.