1) Unless you have a central function that is creating the URLs (which it does not sound like you have), you'll have to go through and manually remove these from the links. You might be able to do it with a global find and replace, but you'll want to be very careful if you try to do that.
2) You can do this in CF or with JavaScript. For a CF solution, see http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:25746 3) Sessions have nothing to do with the registry (as Dave already stated). I think you might want to pick up a book on CF, as any of the books out there will describe in great detail the differences between session and client variables and how to use them. You can also read about it in the documentation. On 5/25/07, Asad Khan <[EMAIL PROTECTED]> wrote: > > I have been just handed over an application (existing production > environment), we are having some issues, but in short this is what I need to > do. > > 1) Remove all cfid/cftoken from URLS, make use of cookies. > > 2) Check to see if user has cookies turned on/of If off, redirect user > to a new page that is being created to guide them to turn on cookies. > > 3) In The CFADMIN, i noticed that session is being maintained in the > registry. I changed to an existing data source, and the data source has the > cdata and cglobal tables. > > But I am looking in the tables, but do not see any data. Is that > normal. How can I identify what method is being used to ensure that the > Database is being used. > > Thanks. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279301 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

