phpMyAdmin session length

Problems with the Linux version of XAMPP, questions, comments, and anything related.

phpMyAdmin session length

Postby ascheinberg » 31. January 2005 18:16

I've been through config.inc.php with a fine toothed comb. Anyone know how to increase the session length in phpMyAdmin?
ascheinberg
 
Posts: 17
Joined: 05. August 2004 16:20
Location: Orlando, FL

answer

Postby ascheinberg » 21. February 2005 23:00

Well, no one responded, so here's the answer, just so it's here in the forum:

Find this line in config.inc.php which is in the root of the phpmyadmin folder:

$cfg['LoginCookieValidity'] = 1800; // validity of cookie login (in seconds)

That's 30 minutes. On my internal dev server, I set it to:

$cfg['LoginCookieValidity'] = 2592000; // 30 day cookie

on my intranet -

$cfg['LoginCookieValidity'] = 28800; // 8 hour cookie
ascheinberg
 
Posts: 17
Joined: 05. August 2004 16:20
Location: Orlando, FL


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 22 guests