Just a note. Your message title mentioned session timeout, but your question in the email mentioned finding the sessions. Folks answered that well. If you want to run something on session timeout, use the new onSessionTimeout feature in CFMX7. I have a presentation available on my blog that covers this.
On 11/18/06, Richard Cooper <[EMAIL PROTECTED]> wrote: > Hi all, > > How do I check for any active sessions in a certain application? > > The situtation: > I have an site with two Application.cfm files. One for the public side and > one for the CMS. > > Within the CMS appication.cfm I have set a session timeout of 30 minutes. > > Within the public side I have a chat/support system. If someone has an active > session in the CMS I'd like to display a message to the public site. > <cfif SOMETHING> > <cfset supportstatus = 'ONLINE'> > <cfelse> > <cfset supportstatus = 'INTERMITTANT'> > </cfif> > > What do I use in here: <cfif SOMETHING>? > > Thanks, > > R > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261027 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

