Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Automatic Log Off of User for Inactivity


Guest

Recommended Posts

Posted

What is the default time limit for inactivity before the user is automatically logged off the store, and can that limit be modified (extended)?

Posted

if (STORE_SESSIONS == 'mysql') {

if (!$SESS_LIFE = get_cfg_var('session.gc_maxlifetime')) {

$SESS_LIFE = 1440;

}

 

 

in functions/session.php play around with $SESS_LIFE = 1440;

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...