I'm not entirely sure I understand your question.  The code snippet enables
client variables and replaces CF's automatic token setting with a manual
method.  Other than that, the client variables work just like they
previously would have...

You can set a client variable like this:
<cfset client.foo = "bar">

You can read a client variable like this:
<cfoutput>#client.foo#</cfoutput>

For more details, consult the ColdFusion documentation.  If you still have a
specific problem not answered in this post please reword the question...

-Cameron

-----------------
Cameron Childress
Sumo Consulting Inc.
---
cell:  678.637.5072
land:  858.509.3098
aim:   cameroncf
email: [EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 01, 2004 8:42 PM
To: CF-Talk
Subject: Re: Maintain sessions/clients across domains.

Ok, I added in that snippet of code. How do I then access that cookie in
?would it be application.cfm still? to load the email + password params that
I'm storing in there?

Thanks again, solving this will get my 2004 off on the right track.

Chris
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to