At 06:57 PM 7/12/2002 -0400, you wrote:
>I hadn't really started messing around with client variables until just
>recently.  So... I have this WDDX packet inside a client variable and
>storage is in a database rather than cookie or registry based.  I know I've
>read a lot of things that basically said, becareful with cflocation and
>client variables, but honestly -- I have an app that uses client variables
>and I have a the value of a createUUID() inside a wddx packet ... and, it's
>not changing - even after doing a cflocation, I'm not losing my client
>variables.
>
>Am I lulling myself into a false sense of security here or ... is this
>fixed in cfmx? or ..?

  I think that you are confusing client variables with cookie 
variables.  Cookies are on client side, and cflocation is server side.  If 
you use cflocation on a page that sets / changes cookies, then the cookies 
code will never be sent to the browser and therefore will never be set.

  So, my question is.. are you storing client variables as cookies?  If you 
are not, then you will have no problems.


--
Jeffry Houser | mailto:[EMAIL PROTECTED]
Need a Web Developer?  Contact me!
AIM: Reboog711  | Phone: 1-203-379-0773
--
My CFMX Book: 
<http://www.amazon.com/exec/obidos/ASIN/0072225564/instantcoldfu-20>
My Books: http://www.instantcoldfusion.com
My Band: http://www.farcryfly.com 

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to