Since I didn't get an answer on my last post, I'm gonna try to  
explain it another way.

I copied the set of session variables to the variables scope using

<cfset variables.foo = duplicate(session)>

then I make a new app using a cfapplication tag.  I then copy the  
variables scope to my new applications session using:

<cfset session = duplicate(variables.foo)>

When I do the test StructKeyExists(session,'dn'), it fails, saying it  
does not exist.  But when I output it, it outputs fine.

Is this because it's just putting it into a variable called session,  
not in the session scope?  If so, how would I get "whatever" is in  
the variables scope into the session scope?

_____________________________

Daniel Kessler

Department of Public and Community Health
University of Maryland
Suite 2387 Valley Drive
College Park, MD  20742-2611
Phone: 301-405-2545
http://hhp.umd.edu




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221508
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to