Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
vkunirs #1
Info for the CFID and CFTOKEN
Hi
i am getting confusion with CFID AND CFTOKEN.
whats the difference b/w these two. and how it will helps us in writing the
cfm files.
as i know that thses will used to maintain the client status, but as i know
that by using the session we deal with user.
please post your comments with details.
vkunirs Guest
-
duplicate cfid cftoken
hi guys I use cfid and cftoken to identified user profile, recently ,different user may get the same cfid and token when i check web logs,... -
cfid, cftoken and jssessionid on this forum
I was noticing when replys are made and other times these forums pass the CFID, CFTOKEN and a JSSESSIONID. What is the purpose of this strategy, to... -
updating a database with cfid and cftoken
Hello, I am trying to update a MS Access database using cfid and cftoken. What I'd like to do is have the database update where the cfid is the... -
CFTOKEN and CFID
Hi all: My english is not pretty good but i will try to explain myself. I have an IIS web server and CFMX Server installed on it. In IIS i have a... -
Getting rid of cfid and cftoken cookies...
I am trying to make session on my page, but avoid the use of cfid and cftoken cookies. I am using the attribute setclientcookies="no" in my... -
OldCFer #2
Re: Info for the CFID and CFTOKEN
CFID and CFTOKEN are the values CF uses for tracking both session and client
variables. The only difference is client vars are stored somewhere
(registry,db,cookie)
and session vars are stored in memory.
OldCFer Guest



Reply With Quote

