RE: Sessions stored in database

The_Bear <[email protected]> 2 Aug 2003 02:26:46 -0000
Newsgroups gmane.comp.web.oscommerce.suggestions
Message-ID <8afac7aaae180416d8546e51144fbf81@osCommerce-Forums>
This message was sent from: Suggestions and Proposals
http://forums.oscommerce.com/viewtopic.php?p=205956#205956
----------------------------------------------------------------

In both your admin and catalog/includes/configure.php files
you will see this
[code]define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'[/code]

The_Bear