|
Date: 5/27/2008 2:17 pm · Subject: User Admin always active? · Rating: 0
I noticed that user Admin seems to be always active. Active means that it shows up in the table userSession as queried by
SELECT DISTINCT userId FROM userSession where (lastPageView >= $epoch) and (userId != 1) LIMIT $maxMembers
Interestingly, I do not use the Admin account at all. In fact, I have disabled it. Is it possible, that internal processes use the Admin account and therefore it is showing up all the time?
Bernd
-- Trying to build a non-profit community portal for free-climbers around Magdeburg/Germany. Check out http://www.klettern-md.de (under construction).
--- (Edited on 27.05.2008 21:17 [GMT+0200] by bernd) ---
|