|
If your Client expiration data is low (0.1 days) then
you could use CDATA and know how many people have loaded pages in the last
0.1days.
Or if you have update lastvisited turned on in CF
administrator then you can query
SELECT count(*) as usercount
FROM cglobal
WHERE lastvisited >
#createODBCdate(dateadd(n,-30,now()))#
NOTE: both require that you have client variables turned on
and the database as the repository
Hope this helps
Daniel D.
==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================ |
- Trying to display users currently on-line Brian Brown
- Here you go: Trying to display users currently on-li... Josh Carrico
- Re: Trying to display users currently on-line Steve Bryant
- RE: Trying to display users currently on-line Shannon Hicks
- RE: Trying to display users currently on-line Daniel Daugherty
- RE: Trying to display users currently on-line Douglas Smith
- Re: Trying to display users currently on-lin... Jeff Peters
- RE: Trying to display users currently on-line Nathan Smith
