To store these little beauties you first need to specify in CF Administartor
that you wish to store Client variables in a datasource and not in the
default Registry.  See CF Guides for examples on doing this..

Nick Betts
Software Engineer
PoulterNet, Leeds, UK

-----Original Message-----
From: Scott Wolf [mailto:[EMAIL PROTECTED]]
Sent: 09 November 2000 13:58
To: CF-Talk
Subject: RE: CFID-CFTOKEN Confusion (newbie)


I have my own question that's somewhat related to this
thread.  Is there any way that I can save the CFID and
CFTOKEN into a database?  Please let me know.  Thanks
in advance.

Scott Wolf
Goodfriend Computer Training

-----Original Message-----
From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 08, 2000 1:13 PM
To: CF-Talk
Subject: RE: CFID-CFTOKEN Confusion (newbie)


> is it possible that two (or more) users have the same cfid&cftoken ?
> <cfif yes>
> Wich is the best way to identify a (unique) user session ?

No. It's safe to assume that every user is assigned (and subsequently
returns) a unique CFID and CFTOKEN combination.

In fact, if you use session variables, ColdFusion makes exactly that
assumption and uses the CFID/CFTOKEN pair sent by the browser to marry
up
browser requests with session variables previously set on the server.



-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651
------------------------------------------------------------------------
------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to