oi Eric!!

what about if you include the cftoken in the object source?


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - <CF_ChannelOP Network="Efnet" Channel="ColdFusion">
------------------------------------
Monday, May 6, 2002, 10:24:11 AM, you wrote:

CE> Take the following example of a security proggie:

CE> In application.cfm...

CE> <cfif not session.login>
CE>         <cfif form>
CE>                 Authenticate, set session.login.
CE>         </cfif>
CE>         Login Form.
CE> </cfif>

CE> This is a simple login program and works like a charm.  I run into problems
CE> when I try to use a Flash movie that talks to one of the ColdFusion
CE> templates using loadvariables().  Though the user is logged in, the Flash
CE> movie gets the login screen... i.e. ColdFusion doesn't recognize the Flash
CE> plugin as part of the user session.

CE> Is there a good way to allow the player to get this data without
CE> circumventing security?

CE> Thanks :)

CE> Eric

CE> 
______________________________________________________________________
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

Reply via email to