govCMS / GovCMS7

Current stable release of the main Drupal 7 GovCMS distribution, with releases mirrored at https://www.drupal.org/project/govcms
https://www.govcms.gov.au/
GNU General Public License v2.0
113 stars 76 forks source link

[GOVCMSD7-157] Remove session_cookie_lifetime module from distribution #955

Closed drupal-spider closed 4 years ago

drupal-spider commented 4 years ago

Quick went through the source codes of this module.

It is very light weight module in which just implements the hook_init function and a configuration form. Other functions just provide the data required.

The uninstall hook will remove all configuration required by this module.

See https://git.drupalcode.org/project/session_cookie_lifetime/-/blob/7.x-1.x/session_cookie_lifetime.install

Conclusion: It is safe to remove this module.

drupal-spider commented 4 years ago

While deploying this update to existing sites, we have to make sure running following drush commands before removing this module.

drush pm-uninstall session_cookie_lifetime drush cc all

simesy commented 4 years ago

Good work AMDS