Topic: why not session?
As I was reviewing punbb code, I see that it will fetch the user info from the users table every time he see a page.
i wonder it would not be faster to use SESSION variables or maybe a heap table to store required info of online users to get rid of accessing big users table each time?
please help me as soon as possible so i can advance my work.