|
Posted by rf on 05/08/07 03:31
"Daz" <cutenfuzzy@gmail.com> wrote in message
news:1178550564.886249.154000@e51g2000hsg.googlegroups.com...
> Hi everyone,
>
> This may be seen as being off-topic, but I am not sure where I need to
> look for the appropriate documentation/tutorial. All I would like to
> know, if where (on a Linux system), I need to edit a file which will
> stop my login timing out after 3600 seconds. I've tried Googling for
> it for some time now (weeks, on and off), and I've tried the
> phpmyadmin docs to no avail.
It's quite obvious really :-)
In the folder where phpMyAdmin lives (on your web server) there is a file
called config.inc.php
In this file search for the line:
$cfg['LoginCookieValidity'] = 3600;
Change the value accordingly.
--
Richard.
Navigation:
[Reply to this message]
|