Hey,
So i'm putting together a "community" site and one of the things I'm looking to do is show that the user is currently logged in.
I know it's "easy" to set a field in the mysql table to say that they are logged in... but the question i'm running into is... how do i go about making sure that they are still logged in?
Yes... if they click the log out buttion, i can make it update the database... but how many users auctally do that?
what have u all done?