On 11/19/05, askvipinmails <[EMAIL PROTECTED]> wrote: > 1)Where should I update my tblstatus table to offline for that users. > On What Event? 2 ways 1. Javascript close browser triggering a remote scripting call or XMLHTTP post to tell server they are offline. 2. For users that browser has Jscript disabled or no Jscript have a common routine called on every page sweeping for inactive users (i.e. no activity since x minutes or last activity x minutes ago) and set them offline.
session_onend is nearly worthless. http://www.learnasp.com/learn/sessionoverview.asp may help you think about this right way too. ------------------------ Yahoo! Groups Sponsor --------------------~--> AIDS in India: A "lurking bomb." Click and help stop AIDS now. http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
