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

> My understanding is that the customer does not permit their employees to
> use cookies on their machines.  So the way it is now, they can't even login
> to our site because we check for enabled cookies and, if not found, give
> them an error message.
>
> Leigh is correct that we want customers who allow cookies to be able to
> use them and those who have them disabled to still have access to the site.
>


I'm not 100% positive but I believe you could replace use of cookies with
the Client Scope

You use the Client.CFID, Client.CFToken, and Client.URLToken variables if
your application supports browsers that do not allow cookies.

http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec0c35c-7fd5.html


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:354441
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to