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

Broken paths to news articles
Hello. I don't see a link to a specific news section on your site, so wasn't sure what to look for... but when I tried clicking "Learn more..." for what looks like a news story, I see what you describe: a path such as blog/news/1688, but displaying only "Page not found". That's not good!
My guess is that the problem is one of (a) the news article is still there within the site, but somehow the path embedded in the link is the wrong path; (b) the news article is still there and the path is correct, but the article has been unpublished (i.e., made unavailable for viewing); or (c) somehow the news article has been actually deleted.
I hope it's not (c)! The easiest way to check may be this: when logged in as an administrator, navigate to admin/content/node and confirm that the news article appears there. (I think you've already done this.) If it's in the list, you'll see an "edit" link. With the news article open in editing mode, the obvious things to check are (1) is "Published" checked under "Publishing options"?; and (2) What's going on under "URL path settings"?
For the latter: What's found there may vary a lot by how the site is constructed. Is there a path given there, and does it match the path embedded in the "Learn more..." link that's not working? Is "Automatic alias" checked? (There can be potential for conflict when the article creator, or a later editor, inserts a custom-made path, while "Automatic alias" tries to create its own automatic path...)
Any clues to be found in there?
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...