URLSessionFormat does this:

Depending on whether a client computer accepts cookies, this function does
the following:
If the client does not accept cookies: automatically appends all required
client identification information to a URL
If the client accepts cookies: does not append information

How is that going to help you to *never* use cookies?

Seems to me that the answer to your question is: it depends on what you're
using cookies for:

If you're using them for CF sessions, you'll need to set:
setClientCookies = "no"
setDomainCookies = "no"
...and then always pass cfid and cftoken on the URL string,
including cflocation addToken="yes" and on all CF and Javascript HREFS,
many forms, etc.

If you're using them for other stuff, you'll need to search for all
"cookie" scoped vars and edit them.

Unless I'm not understanding the question.

P.S. Can you ask why on Earth client say "no cookies?" That's sort of crazy.


On Fri, Feb 8, 2013 at 4:09 PM, Deborah Yoder <dyo...@fes.follett.com>wrote:

>
> Our web site currently requires cookies.  However, a large business
> opportunity has been presented to us, provided we stop requiring the use of
> cookies.  Obviously, management would like to be able to take advantage of
> this opportunity.  We currently have thousands of CF and Javascript HREFS,
> many forms, etc.
>
> Was wondering if anybody knows of a feasible way to automate updates to
> the code in order to insert the needed URLSESSIONFORMAT code.
>
> Thanks, in advance, for any help.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354427
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to