quote:
Originally posted by:
Newsgroup User
Yes, the CFID and CFTOKEN values must be sent by the client
browser with
every request to the server for the server to know which
session
instance to which the client belongs.
So this then is essentially a shortcut for the cf app server
right?
Specifically, whenever a browser requests a page from the
cfserver that cfserver checks the URL and then cookies to see if
there is sent in one of those two locations a CFID/CFToken.
If info in URLorCookie then it checks (I presume CLIENT.vars
and SESSION.vars) for associated data etc etc
If not info in URLorCookie then CFID/CFToken received then it
creates a new one -- the upshot of which is the CFID/CFToken data
is NOT derived (solely at least) from params inherent to the
browser/PC/location etc.
Per another post I made, is there anyway to overwrite the
(new) CFID/CFToken info if say through a login process I was able
to determine for sure that visitor B is the same as visitor A for
whom a CFID/CFToken were already assigned?
FWIW I'm not even sure it would be useful to do so thus dont
spend much time on it . . . and as always thanks in advance for all
the time spent helping us noobs
😉