On Tuesday, September 17, 2002, at 02:29 , Ben Johnson wrote: > (Note that the <cfloginuser /> is not in the <cflogin /> because I don't > want to maintain a session on the server-side but rather with Flash > Remoting headers)
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. > This code works great all the time except for the first time that we > call the CFCs on the server after not using the app for a while. So the session information has timed out...? Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

