bug #3025975 [auth] Odd LoginCookieValidity default value
This commit is contained in:
@@ -13,6 +13,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- bug [replication] Do not offer information_schema in the list of databases
|
- bug [replication] Do not offer information_schema in the list of databases
|
||||||
- bug [js] Avoid loading twice a js file
|
- bug [js] Avoid loading twice a js file
|
||||||
- bug #3024344 [setup] Setup forces numeric MemoryLimit
|
- bug #3024344 [setup] Setup forces numeric MemoryLimit
|
||||||
|
- bug #3025975 [auth] Odd LoginCookieValidity default value
|
||||||
|
|
||||||
3.3.4.0 (2010-06-28)
|
3.3.4.0 (2010-06-28)
|
||||||
- bug #2996161 [import] properly escape import value
|
- bug #2996161 [import] properly escape import value
|
||||||
|
@@ -580,11 +580,11 @@ $cfg['Confirm'] = true;
|
|||||||
$cfg['LoginCookieRecall'] = true;
|
$cfg['LoginCookieRecall'] = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* validity of cookie login (in seconds)
|
* validity of cookie login (in seconds; 1800 seconds is 30 minutes)
|
||||||
*
|
*
|
||||||
* @global integer $cfg['LoginCookieValidity']
|
* @global integer $cfg['LoginCookieValidity']
|
||||||
*/
|
*/
|
||||||
$cfg['LoginCookieValidity'] = 1440;
|
$cfg['LoginCookieValidity'] = 1800;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* how long login cookie should be stored (in seconds)
|
* how long login cookie should be stored (in seconds)
|
||||||
|
Reference in New Issue
Block a user