Click to See Complete Forum and Search --> : Users
numba_one
07-10-2003, 02:02 PM
Currently I run a web site that is .asp pages and it runs through a .MDB What im looking for is a script that I can put on the site that shows How many people are currently logged in and to where it shows their user name too. If you have a script please put it here, or if you could write a script please thanks!
Ribeyed
07-13-2003, 04:37 PM
Hi,
this is not that easy to do, most experience ASP programmers will have slightly different ways of achieving this but none of them simple. The method i use requires database tables, global.asa code and code on every page in the site. Because of this i don't think anyone here could just supply you with a script that would achieve this.
brendandonhue
07-13-2003, 07:42 PM
I don't think anyone here can just spit out the code for that as we don't know where which users are logged in is listed and how your site checks if a user is logged in/out etc.