RE: site wont display
The_Bear <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <dcebedabade0eec3f41cc8a38aa3d2e8@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=227870#227870
----------------------------------------------------------------
saving your session in Mysql should fix your problem
In both catalog and admin/includes.configure.php
[code]define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'[/code]
HTh
The_Bear