-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
2010/4/6 Tushar Ghosh :
iv) I would like to cut off the no. of pop ups that are displayed as quite a lot of people find them irritating by embedding the login screen in page itself.
I suppose you mean the login window, that pops up when accessing phpMyAdmin. (or after a session timeout) The login type can be changed with parameter $cfg['Servers'][$i]['auth_type']. If set to 'http', you get the popup. If you choose 'cookie' for instance, you can login using a webpage.
More info on this parameter : http://www.phpmyadmin.net/documentation/Documentation.html#cfg_Servers_auth_...
If your session times out, you have to login anyway, that doesn't change. But you can extend the session timeout using the parameter $cfg['LoginCookieValidity']
More info : http://www.phpmyadmin.net/documentation/Documentation.html#cfg_LoginCookieVa...
Kind regards,
Dieter