maybe I missed something but that code doesnt have much to do with each 
other......
Just the "request.the_date" part.

Also why are you duplicating a session if it doesnt exist? Wouldn't it need to 
exist before you can duplicate it?

" 
<cfif NOT structKeyExists(session,'user')>
 <cfset session.user = duplicate(variables.foo)>
</cfif>

<cfset request.the_year = '2006'>
<cfset request.the_date = 'May 4'>

------------------------

Page Code:

<span class="heading2">#request.the_date#, 2006<br>
10 am - 1 pm<br></span> "

~Dave - formerly known as "the disruptor"~ 





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

Reply via email to