The CFID and CFTOKEN are NOT automatically appended to the URL when a page
is served.
I guess you really want to find out how to stop CFID & CFTOKEN being passed
to the browser as cookies as that is how they are passed by default.
Firstly, make sure SETCLIENTCOOKIES is set to NO in your CFAPPLICATION.
Secondly, if the above attribute was at any point set to on then any cookies
that were set then will still get passed back with browser requests. To stop
this you will have to delete them from ther browser by using <CFCOOKIE
name="cfid" expires="now"> & ditto for cftoken.


-----Original Message-----
From: Adkins, Randy [mailto:[EMAIL PROTECTED]]
Sent: 26 March 2001 17:22
To: CF-Talk
Subject: CFID / CFToken


Can anyone point me to a place I can find out how
to STOP the CFID/CFTOKEN from being appended
to the URL when pages are served to the browser?

Thanks.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to