I use a "sort-of" Fusebox 2 architecture, in which every call goes through
index.cfm.  So, I just do the following:

<cfset request.self = "index.cfm?" & client.urlToken>

<a href="#request.self#&fuseaction=foobar">Foo Bar</a>


However, if using conventional CF, I'd probably do something like this:

<cfset myLinks.productPage = "products.cfm?" & client.urlToken>
<cfset myLinks.productDetail = "productDetail.cfm?" & client.urlToken>

<a href="#myLinks.productPage#">View Our Products</a>
<a href="#myLinks.productDetail#&productID=1>View Product 1</a>

There's probably a better way, but I haven't thought of it.

-Brad

> -----Original Message-----
> From: Ben Doom [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 30, 2003 11:15 AM
> To: CF-Talk
> Subject: CFID and CFTOKEN in URL
>
>
> Is there a way to force CF5 to automatically append the CFID and
> CFTOKEN to
> the URL?
>
> We suspect we have problems with session cookies and proxy
> servers, and want
> to try passing the id and token along in what we hope will be a
> more robust
> way.
>
>
> --  Ben Doom
>     Programmer & General Lackey
>     Moonbow Software, Inc
>
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to