Issue: An issue where customers are being logged out after 20 minutes on our SuiteCommerce website. Is there a way to extend the login session time? Solution: Create a timer to reload the cart every 5 minutes, making it think somebody is still on the site. var LiveOrderModel = require(‘LiveOrder.Model’); window.setInterval(function() { try{ var model… Continue reading Extend the login session time