The sessiontracker in the coldfusion servicefactory contains info on
all sessions - you could use it to get the info you want.

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:261022
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to