RE: [Dnfbb-developers] Who's Online
Brought to you by:
sbosanquet,
tectsoft
|
From: <dnf...@li...> - 2006-01-26 16:14:48
|
> -----Original Message----- > Can you expand on what you are thinking. I can see why we > need to modify the login procedures. Will the ip address > alone be unique enough. Is it worth doing something like > hashing the current date/time with the ipaddress? Just an example. I was thinking about a new table, this will contain the userid, the expire time (5 mins configurable by admin) and the ip address. When users login a new record will be inserted, if one exists then the expire time will be updated. TBH I havn't given it much thought at the mo, so any ideas welcome. The one caveat in the whole process is guest users, it should be easy to track logged in users under the current tables as we already store the session info. It's the guests that are a pain :-) |