[support] How can I reset "who is online: guests" counter?

Jamie Holly hovercrafter at earthlink.net
Tue Jul 13 16:57:56 UTC 2010


You can also delete the anonymous sessions only by running this query:

DELETE FROM sessions WHERE uid=0;

Jamie Holly
http://www.intoxination.net
http://www.hollyit.net


On 7/13/2010 12:36 PM, Pablo L. de Miranda wrote:
> You must use "TRUNCATE TABLE 'sessions'", if you use DROP TABLE the
> table will be removed from database. And you want just clean the
> table.
>
> Pablo
>    


More information about the support mailing list