SBradley Posted May 7, 2006 Posted May 7, 2006 I was logged in and my daughter (3000 miles away) logged in and it said she was me. I logged off and she logged in and my computer said that I was her. I don't get it! Did I mess something up? How do I fix this?
ozcsys Posted May 7, 2006 Posted May 7, 2006 I was logged in and my daughter (3000 miles away) logged in and it said she was me. I logged off and she logged in and my computer said that I was her. I don't get it! Did I mess something up? How do I fix this? How are you storing your sessions info?? If you are not storing them in the database you should try doing so as it will probably fix the problem The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
SBradley Posted May 7, 2006 Author Posted May 7, 2006 How are you storing your sessions info?? If you are not storing them in the database you should try doing so as it will probably fix the problem How do store them in the database?
ozcsys Posted May 7, 2006 Posted May 7, 2006 How do store them in the database? At the end of your two configure.php file change This define('STORE_SESSIONS', ''); to define('STORE_SESSIONS', 'mysql'); The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
SBradley Posted May 7, 2006 Author Posted May 7, 2006 At the end of your two configure.php file change This define('STORE_SESSIONS', ''); to define('STORE_SESSIONS', 'mysql'); I looked at the configure.php file under "includes" and it already says define('STORE_SESSIONS', 'mysql'); is there another configure.php somewhere?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.