Let me set the stage...two distinct apps (meaning separate cfapplication
tags).  In app 1, user gets authenticated, set some client variables with
specific user info, the cflocate them to app 2 and all client vars the just
set client vars are gone.  Haven;'t worked with client vars in may moons,
but they are supposed to be available across applications, right?
 
App1:
 
<cfapplication name="app1" 

sessionmanagement="true" 

loginStorage="session" 

clientstorage="dsnName" 

clientmanagement="true"/>

<cfset client.xxx = "1"/>

<cfset client.yyy="2"/>

<CFLOCATION URL="/app2/index.cfm" addtoken="false"/>

 

App 2:

<cfapplication name="app2" 

sessionmanagement="true" 

loginStorage="session" 

clientstorage="dsnName" 

clientmanagement="true"/>

"Element xxx undefined in client"

 

-- 
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [email protected]
For more options, visit http://groups.google.com/group/houcfug?hl=en

Reply via email to