Diferenças entre edições de "Fixing short timeout on PHPMyAdmin"
		
		
		
		
		
		
		Saltar para a navegação
		Saltar para a pesquisa
		
				
		
		
		
		
		
		
		
	
|  (Criou a página com "For a, for example, 30 day long cookie, ad the following lines to your config.inc.php on your phpMyAdmin installation:  <code lang="php"> $cfg['LoginCookieValidity'] = 25920...") | |||
| Linha 1: | Linha 1: | ||
| − | + | To achieve, for example, 30 day long cookie, ad the following lines to your config.inc.php on your phpMyAdmin installation: | |
| <code lang="php"> | <code lang="php"> | ||
Revisão das 21h34min de 20 de setembro de 2019
To achieve, for example, 30 day long cookie, ad the following lines to your config.inc.php on your phpMyAdmin installation:
$cfg['LoginCookieValidity'] = 2592000;
ini_set('session.gc_maxlifetime', 2592000);
