Don't know of any software that specifically handles online/offline display, but here's how to code it. 1) When the user logs in, create a session variable unique to them - there username usually. 2) Every time they view a page, including login, store their username, I.P. address and access date/time in a database. 3) To see who is online, search for all users with an access time within the last 'n' minutes. Set this time to be the same as your session expiry time. If the user hasn't access the site within 'n' minutes, they will already have been logged off, otherwise they are logged on. 4) When a user manually logs off, delete the access date/time from the database to make sure it isn't counted in. Rob. -----Original Message----- From: php-objects@xxxxxxxxxxxxxxx [mailto:php-objects@xxxxxxxxxxxxxxx] On Behalf Of SaEeDoS Sent: 28 October 2007 18:50 To: php-objects@xxxxxxxxxxxxxxx Subject: qeustion about online users Hi all ,,,, thanks for helping me many times ago , i appreciate that .. i'm working nowadays on Workflow Management System .. i want to display in the Manger page the statues of the employees ( who is online and who is not ) ... it's similar to online contacts in Gmail ( Google talk ). is there any ready code or classes so i can use it ?? if there's not , how can i do that ?? what should i do ?? thanks very much and i am very happy to be apart of this great group . PHP Data object relational mapping generator http://www.metastorage.net/ Yahoo! Groups Links *********************************************************************************** Any opinions expressed in email are those of the individual and not necessarily those of the company. This email and any files transmitted with it are confidential and solely for the use of the intended recipient or entity to whom they are addressed. It may contain material protected by attorney-client privilege. If you are not the intended recipient, or a person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited. Random House Group + 44 (0) 20 7840 8400 http://www.randomhouse.co.uk http://www.booksattransworld.co.uk http://www.kidsatrandomhouse.co.uk Generic email address - enquiries@xxxxxxxxxxxxxxxxx Name & Registered Office: THE RANDOM HOUSE GROUP LIMITED 20 VAUXHALL BRIDGE ROAD LONDON SW1V 2SA Random House Group Ltd is registered in the United Kingdom with company No. 00954009, VAT number 102838980 ***********************************************************************************