Log in

View Full Version : Function to check if user online ?


cinq
05-28-2005, 03:13 PM
Is there any function available default in vb that allows for input of userid and checks if the user is currently online ?

Marco van Herwaarden
05-28-2005, 03:44 PM
Check the session table for the user within the cookie timeout. Not sure if there exist a standard function, but you might wanna check in functions.php.

Paul M
05-28-2005, 05:50 PM
fetch_online_status() - which is in functions_bigthree

cinq
05-28-2005, 11:50 PM
Thanks guys :)