Shared Objects are basically like Cookies in Flash. You can store serialized data in a small local file that can be reused down the road. The bonus is that they aren't deleted with regular cookies.
You could potential implement something yourself using them, but the main issue is because you're using a socketless method to connect everyone, the complexity of handling what you want is a real pain... !k -----Original Message----- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, June 15, 2007 1:10 PM To: CF-Talk Subject: RE: Using sessions with Flash Remoting I believe that Flash has a built in method of handling this type of thing. It's called a shared object and it allows you to read and write sessions I believe. I personally haven't used it, but several Flash programmers I've worked with have suggested it to me. andy -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, June 15, 2007 1:58 PM To: CF-Talk Subject: RE: Using sessions with Flash Remoting > I could do that, but the stumbling point is not really where to store > the data, but how/where to have CF monitor these values and do > something with them, without that CF activity being tied to any or all > users. You could store the session tokens and timestamps in the Application scope, then on each page request from any user you could invalidate sessions based on timestamp values. I'm not sure that would be a good idea, though - it might be too much work per request. Alternatively, you could schedule this. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! This email has been processed by SmoothZap - www.smoothwall.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281321 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

