Do you think it could be useful to add DRUPAL_UID cookie expiration parameter to admin interface? Currently it takes default parameter from php.ini (boost_set_cookie() function):

$expires = ini_get('session.cookie_lifetime');
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

d.novikov’s picture

Attached a patch for this.