Results 1 to 10 of 11

Thread: disabling login every 1800 seconds on phpmyadmin

Threaded View

  1. #1
    Join Date
    Jun 2006
    Beans
    161
    Distro
    Ubuntu 13.10 Saucy Salamander

    disabling login every 1800 seconds on phpmyadmin

    On Ubuntu, phpmyadmin defaults to requiring you to login after 1800 seconds of inactivity. This is VERY annoying for me, because I only need phpmyadmin about once every 30 minutes or so, so I have to login each and every time I want to use it.

    I googled and found a solution that says to add this line to /etc/phpmyadmin/config.inc.php

    Code:
    $cfg['LoginCookieValidity'] = 547847;
    Well, I did that, but it still makes me log in every 30 minutes. Is there a more ubuntu-specific fixed needed?
    Last edited by nbv4; April 3rd, 2008 at 02:01 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •