I believe that if you do a <CFDUMP VAR="#SESSION#"> that this is created automatically for you.
-----Original Message----- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Sunday, March 09, 2003 1:14 PM To: CF-Talk Subject: Session.URLToken Question When I create a SESSION, such as SESSION.someTask = StructNew() <cfset SESSION.someTask.var1 = "foo"> etc ... Is it a good idea, or even needed, to set the SESSION.URLToken which is passed in a URL string, as a session var also? If so, what would be the syntax to do this? BTW, I lock around the session vars, including those in URL strings. Thanks, Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

