Jake Strawn: Relaunch of Himerus.com in Drupal 7 and the Gamma theme indroduction...
The video here is a short (14:00 min) summary of the upgrade of himerus.com to Drupal 7, and also a quick look into the Gamma sub-theme, a new inclusion in the Drupal 7 branch of the Omega theme.
Thanks for taking the time to view it, the new site, and any feedback on the Gamma subtheme moving forward!!
Fleet Thought: Changing the Length of User Sessions in Drupal
I was recently trying to figure out exactly how long my users' sessions were lasting on an existing Drupal site that I had built. Generally it seemed like users were remaining logged in for an extremely lengthy period of time. I did some research and finally discovered that this setting is actually configured in the default settings.php file that ships with Drupal. There's a line in the settings file that initially reads:
ini_set('session.cookie_lifetime', 2000000);
