Quote Originally Posted by southshorepizza View Post
According to hostgator queries such as this one keep timing out. Can anyone give some guidance as to what it is actually used for? Is it the 15 minute admin log in? When looking at my site they say this is constantly an issue.

Code:
select value from zen_sessions where sesskey = '49ef1a7910977c50ba19085ec8cffcea' and expiry > '1425149368'
Thanks
I guess the simple answer here is that this is used to timeout any session data, whether it be for the customer or user logins or site accesses.

This is also unimportant information. The fact that the query itself is causing a server timeout (which I assume is what hostgator are telling you) IS important, and in my experience it generally means that the Sessions database table has become corrupted.

You can check/rectify this by running the 'repair database' function provided by phpmyadmin, the 'MySql database' tool found in most cPanels, or almost any other DB administration tool at your disposal.

Cheers
RodG