Hi Daniel,
If you were tracking users who are logging into a system, you could validate
their login and then do something like this:
<cfset client.userID = '#form.email#'>
If you had a members-only page, and needed the user to be logged in, you
could then check if client.userID is defined:
<cfif isdefined('client.userID')>
User is logged in as <cfoutput>#client.userID#</cfoutput>
<cfelse>
Please login
</cfif>
That sorta thing
hth
--
Will
new media discussion for Berkshire -=- http://bnm.lukrative.com
local classifieds -=- http://www.localbounty.com
e: [EMAIL PROTECTED] icq: 31099745
----- Original Message -----
From: "Daniel" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Thursday, June 28, 2001 7:06 PM
Subject: How does cold fusion track user w/out cookies
> If I decide to not track user's with cookies how does CF keep track of
that
> person using urlToken? Client Variables are being stored in a database
and
> not registry.
>
> thanks
>
> daniel
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists