> Beware: cfloginuser does not work outside cflogin! It > seems to for the page you are on but it does not > maintain the information beyond that single page > invocation. That might be part of your problem.
I intentionally set the <cfloginuser /> outside the <cflogin> because I want the user authenticated on each Flash Remoting request. It works well that way because the session won't timeout because the authorization code persists in the Flash Remoting headers. That part is working ok. > So the session information has timed out...? Well, that's the thing. I really don't need to use the ColdFusion sessions because I authenticate the user on each call. The problem seems to be that I do a setCredentials() and make a call, but the server spits back the CFID & CFTOKEN, which I can only assume erases my current Flash Remoting headers. I can figure out a workaround so I guess I'm looking for somebody to simply confirm that this is suppose to happen or if I'm suppose to submit a bug report. Thanks. Ben Johnson Information Architect www.architekture.com [p] 720.934.2179 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

