Or simply Encrypt and Decrypt using ColdFusion builtin functions.

HTH

On 1/27/07, Doug Brown <[EMAIL PROTECTED]> wrote:
>
> I do not have a real answer to the question but...maybe disguise it.
>
> set it
> <cfset myUrlVar = createUUID() & 1>
>
>
> get it
> <cfset myUrlVar = right(myUrlVar,1)>
>
>
> Doug B.
>
>
>
>
> ----- Original Message -----
> From: "Richard White" <[EMAIL PROTECTED]>
> To: "CF-Talk" <cf-talk@houseoffusion.com>
> Sent: Saturday, January 27, 2007 4:44 PM
> Subject: hiding url variables
>
>
> > Hi, i have a cfm page that uses a javascript function to append a
> variable
> to a url. I then use the coldfusion url variable set to collect the
> variable
> in the receiving cfm page.
> >
> > however, the variable data is being displayed in the address bar in the
> browser. is there anyway to hide the variable data so that it doesn't show
> in the address bar?
> >
> > thanks very much for any help
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267886
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to