Checking active session

2005-01-16 Thread Rick Root
I have an application that sets a session variable.

That session variable is also stored in the database.

Is it possible to determine if a specific variable belongs to any active 
sessions?

For example, I want to know if there are any active sessions containing 
the session variable named FOO with the value of 1.

  - Rick

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190624
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Checking active session

2005-01-16 Thread Ian Winter
Yes, if you have a look at this
http://tech.badpen.com/index.cfm?mode=entryentry=3 article by Tim
Blair you should be able to figure out how to get a loop going over
the highest level, drop in to session then check if your var is in the
struct.

Ian


On Sun, 16 Jan 2005 12:12:10 -0500, Rick Root [EMAIL PROTECTED] wrote:
 I have an application that sets a session variable.
 
 That session variable is also stored in the database.
 
 Is it possible to determine if a specific variable belongs to any active
 sessions?
 
 For example, I want to know if there are any active sessions containing
 the session variable named FOO with the value of 1.
 
   - Rick
 
 

~|
Protect Your PC from viruses, hackers, spam and more. Buy PC-cillin with Easy 
Installation  Support 
http://www.houseoffusion.com/banners/view.cfm?bannerid=61

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190626
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54