Articles Comments

{ 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

Leave a Reply

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>