"urlTrackingVars" to either the CFID/CFTOKEN string (no cookies) or to
the empty string (has cookies), and then append it to every url. Bam,
you're done.
If you're using a helper variable for your URLs (like 'self' in
FuseBox), then you can just append it there and not have to worry
about it anywhere else. Gotta love abstraction.
cheers,
barneyb
On Mon, 30 Aug 2004 15:02:34 -0700, Nathan Strutz <[EMAIL PROTECTED]> wrote:
> Barney Boisvert wrote:
>
> > You have that ahead of your CFAPPLICATION tag? Definitely won't work
> > if it executes afterwards, but I have no idea if it'll work before.
>
> Seems like screwing with vars before <cfapplication> used to work... may
> have been cf5... may have been a dream :) Anybody remember?
>
>
> > A better route would be to check and see if a user has cookie support,
> > and if they do, don't set the URL variables anywhere.
>
> Yeah, that would be a LOT of conditionals, or a copy of the whole
> codebase for those with and without cookies (yuck). It's a pretty large
> site at this point. Looking for the easy way.
>
>
> -nathan strutz
> http://www.dopefly.com/
--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

