{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » Drupal Session Closed … When the Browser is Closed
Drupal Session Closed … When the Browser is Closed
Already solved
We had to change a setting in settings.php
ini_set(‘session.cookie_lifetime’, 200000);
We have changed this into
settings.php: ini_set(‘session.cookie_lifetime’, 0);
Filed under: 7. Operating System