One idea would be to add a Boolean field 'LoggedIN' in the database. When someone logs in check the database and set the field to True. Of course that means that you will have to have a logoff page to reset the field when they logoff.
Bob Filipiak A question not asked is a lost opportunity to learn. ----- Original Message ----- From: "Susetio Adhi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 1:33 PM Subject: [ASP] active user > Dear all ...... > > How to know a user is still active or not from an asp page, so i can > reject user with same user name? That user name and password stored on > access database. > > Not just count how many user online ... > > Thanks before > > > -- > Best regards, > Susetio mailto:[EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > Home : http://groups.yahoo.com/group/active-server-pages > --------------------------------------------------------------------- > Post : [EMAIL PROTECTED] > Subscribe : [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > --------------------------------------------------------------------- > Yahoo! Groups Links > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> 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/
