u could even store them in flashes shared objects like cookies and pass them back and forth very easily
---------------------------------------- From: "Marlon Moyer" <[EMAIL PROTECTED]> Sent: Tuesday, January 25, 2005 8:02 PM To: CF-Talk <[email protected]> Subject: homegrown session variables I'm thinking about trying to create my own session variables. I was thinking that it might be easier to recreate a session scope inside the application scope for use with web services. This way you could use the same model for both an HTML frontend and a Flash frontend, etc. I'm thinking that it should be as simple as assigning a user a unique Id and then creating a structure inside the application scope using the uid as the key. Then you could put a timestamp inside that structure and schedule a job to kill all old "sessions". Does the built-in CF session scope operate any differently than this? Anything I'm missing? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:191750 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

