By default, the authentication timeout is 2 hours: once this period expires, you will be logged out automatically.
To change the authentication timeout, complete the following steps:
// Session live time
define('SESSION_ALIVE_TIME', SECONDS_IN_HOUR * 2); // 2 hours
// Session live time
define('SESSION_ALIVE_TIME', TIMEOUT_IN_SECONDS);
Note
Replace TIMEOUT_IN_SECONDS with the desired timeout.
Important
You’ll need to reapply these changes after you upgrade to a new version of CS-Cart/Multi-Vendor.
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.