Closed (fixed)
Project:
Quickstart: Prebuilt Drupal Development Environment
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2011 at 22:13 UTC
Updated:
4 May 2011 at 21:21 UTC
Annoying!
Comments
Comment #1
defconjuan commentedProbably not going to be done in the default distribution but it's easy to do with a web search. (See http://data.agaric.com/node/2981 and/or http://ubuntuforums.org/archive/index.php/t-912097.html).
Comment #2
MichaelCole commentedecho "
/*
* Prevent timeout for a year at a time.
* (seconds * minutes * hours * days * weeks)
*/
$cfg['LoginCookieValidity'] = 60*60*24*7*52;
ini_set('session.gc_maxlifetime', $cfg['LoginCookieValidity']);
" | sudo tee -a /etc/phpmyadmin/config.inc.php
Comment #3
MichaelCole commented