[Phpmyadmin-devel] LoginCookieValidity in user preferences

Piotr Przybylski piotr.prz at gmail.com
Tue Sep 21 14:11:02 CEST 2010


2010/9/21 Michal Čihař <michal at cihar.com>:
> Hi
>
> Dne Thu, 16 Sep 2010 20:46:10 +0200
> Piotr Przybylski <piotr.prz at gmail.com> napsal(a):
>
>> Adding this setting in user preferences will not work correctly, as
>> all overrides to config.inc.php's values are loaded after auth is
>> done, when database is available. The only solution for this to work,
>> is to try loading user overrides from session cache
>> ($_SESSION['cache']['server_?']['userprefs']) just after
>> config.inc.php is read.
>
> I think getting cookie validity from the cache should do the right
> thing.
>

Done, changes pushed to master.

Shouldn't we warn in main.php when LoginCookieValidity may be limited
by LoginCookieStore?

-- 
Piotr Przybylski




More information about the Developers mailing list