glenelkins Posted November 6, 2006 Share Posted November 6, 2006 HiIf i wanted to a) track logged in members b) track online but not logged in users, how would i accomplish b) ?? I use a field in the database for the logged in users (log_status) to determine who is online. Link to comment https://forums.phpfreaks.com/topic/26326-tracking-online-users/ Share on other sites More sharing options...
Mattyspatty Posted November 6, 2006 Share Posted November 6, 2006 by "not logged in but online" do you mean they are on the website, but not logged in? i can only suggest a cookie that updates a database or something just as you do with logged in members. Link to comment https://forums.phpfreaks.com/topic/26326-tracking-online-users/#findComment-120358 Share on other sites More sharing options...
glenelkins Posted November 6, 2006 Author Share Posted November 6, 2006 HiYes thats exactly what i mean. Suppose a cookie is not a bad idea Link to comment https://forums.phpfreaks.com/topic/26326-tracking-online-users/#findComment-120363 Share on other sites More sharing options...
trq Posted November 6, 2006 Share Posted November 6, 2006 Just because a user isn't looged in deosn't meen you cant use a session.PS; you might want to take a look at [url=http://www.phpfreaks.com/forums/index.php/topic,114014.0.html]this[/url] thread. Simular queestion. Link to comment https://forums.phpfreaks.com/topic/26326-tracking-online-users/#findComment-120371 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.