ispCP - Board - Support
phpmyadmin longer session - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: phpmyadmin longer session (/thread-7796.html)



phpmyadmin longer session - koko92_national - 09-08-2009 08:43 AM

Hello,
I’ve noticed that the session of a user is about 30min and how can I make it non stoppable. I don’t want to login every time I want to view my DB and so.


RE: phpmyadmin longer session - joximu - 09-08-2009 08:51 AM

increase:
$cfg['LoginCookieValidity'] = 1800;

you need to know the max time between two clicks in the pma site...

for neverending access you may change the auth_type from cookie to http...

/J


RE: phpmyadmin longer session - koko92_national - 09-08-2009 09:07 AM

I've change it to "http" but it gave me an error.


RE: phpmyadmin longer session - joximu - 09-08-2009 04:14 PM

changing only to http does not work, you then need to configure other settings. see the documentation of pma...

/J


RE: phpmyadmin longer session - jspboy - 06-17-2011 11:05 AM

(09-08-2009 04:14 PM)joximu Wrote:  changing only to http does not work, you then need to configure other settings. see the documentation of pma...

/J

go look at the documentation. wow, that's brilliant. thank you...