I guess my subject is self explainatory. I wish to extend the default time period that a user is logged in.

What is the default time period. Is it this value here

ini_set('session.cookie_lifetime', 2000000); // how long is this.

It seems might is logging out after 1 hour.

Comments

liquid06’s picture

I read here http://drupal.org/node/16217#comment-112793 that it's given in seconds, so about 23 days? I think that is the default time period unless there's another module or something controlling cookies.