Tired of logging in again and again to a Drupal site that keeps kicking you out? You can modify session length, i.e. the length of time that a logged-in session stays logged in, via the ini_set('session.cookie_lifetime'... line in the site's settings.php file. See details in Forum Finds: Modify length of user login sessions.
Reply to comment

Re: Node Types
Good question.
1) A few node types, like Page and Story, are (as far as I know) automatically available, whether you asked for them or not. I think you'd have to hack something to turn them off, and that's probably not wise.
2) A few others are built into a standard Drupal installation, but can be enabled/disabled as modules. Examples are Book and Blog Entry nodes.
3) Other node types come with third-party modules. As an example, the Image node type is created when you install and enable the Image module.
4) Finally, you can create your own original node types via CCK (assuming the CCK modules are installed and enabled).
Off the top of my head, those are what determine your choice of available node types!
Reply
Learn Drupal, hands-on
Get the beginner-friendly ebook that teaches community site building via a live case study.







Cool! Thanks for figuring out about this!
You're really great~ I tried it out! And yay,...
Hello! I just would like to give a huge thumbs up for the great info you have here on this post...
I may not have a chance to test that for a while, but meanwhile I welcome commentary from anyone...
Hey,
Since I still see some links here, and the guide is quite good, I thought that I may...