method that will help. This article,
http://www.findarticles.com/p/articles/mi_m0MLU/is_10_5/ai_109039749,
written by myself, shows code that Sam Neff wrote. You can also do
tracking in application.cfm by doing (pseudo-code)
param application.sessions
application.sessions[session.urltoken] = now();
What this does is create one record per session in an application
struct. It uses the current time as the value. When you count the
sessions, you simply remove any session who has a value more then your
timeout, normally 20 minutes. This will give you the current number of
sessions.
On Sat, 7 Aug 2004 18:52:50 -0400, Ewok <[EMAIL PROTECTED]> wrote:
> Doesn't look like this came through the first time... if its double posted you can hang me by my ... ummm...parts
>
> This has got to be possible. Seems like I remember the question being asked before but can't seem to word it right in the archives to get any results. Anyone know a link or a solution?
>
> I am using sessions to log people in and keep them logged in. There must be a way to count active sessions right? I just need a number, I don't plan to pull specific data about users who are logged in...... although it would be nice to know that too : )
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

