alothcom Posted December 23, 2004 Posted December 23, 2004 how do I ensure the shopping cart empties at logout - my carts are not emptying even when an order has been confirmed thanks dfs
♥Vger Posted December 23, 2004 Posted December 23, 2004 Make sure that your cookie domain setting is www.yourdomain.com and not http://www.yourdomain.com. Don't store sessions in files, use the database instead. Change to this settings in both configure.php files. define('STORE_SESSIONS', 'mysql'); To try and get this working correctly, make your Session settings like so .... Force Cookie Use False Check SSL Session ID False Check User Agent False Check IP Address False Prevent Spider Sessions True Recreate Session False See if this helps Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.