liberio Report post Posted April 2, 2012 Hello, For my privacy statement I need to give some informations to my costumers about cookies. Can somebody tell me: - If Fusionmaps uses cookies ? - What are the cookies exactly doing ? - Are those cookies mandatory for Fusionmaps to work well ? Thank you in advance. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 2, 2012 Hi, Please refer this post : http://forum.fusioncharts.com/topic/11475-cookies-informations/page__pid__44911#entry44911 Share this post Link to post Share on other sites
liberio Report post Posted April 11, 2012 When using FusionMaps I encounter cookies named 'cod' and 'csd' with number value. Do you know what represents such cookie ? (name and value) Thank you again. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 12, 2012 Hi, Any product in the FusionCharts Suite does not use any cookies at all. Hope this helps. When using FusionMaps I encounter cookies named 'cod' and 'csd' with number value. Do you know what represents such cookie ? (name and value) Thank you again. Share this post Link to post Share on other sites
liberio Report post Posted April 13, 2012 Sorry to insist but I really view such cookies when accessing my 3.1 Fusionmaps instance... I scanned the source code and found those related lines in the Contents/JS/dtree.js file: if (this.config.useCookies) this.setCookie('cs' + this.obj, cn.id); // Highlights the selected node this.setCookie('co'+this.obj, 'cookieValue', yesterday); // [Cookie] Clears a cookie this.setCookie('cs'+this.obj, 'cookieValue', yesterday); // [Cookie] Clears a cookie dTree.prototype.setCookie = function(cookieName, cookieValue, expires, path, domain, secure) { document.cookie = escape(cookieName) + '=' + escape(cookieValue) + (expires ? '; expires=' + expires.toGMTString() : '') + (path ? '; path=' + path : '') + (dom this.setCookie('co' + this.obj, str); // [Cookie] Returns ids of open nodes as a string Do you know what those cookies do ? Thank you in advance. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 13, 2012 Hi, FusionCharts does not use cookies. You can browse on the FusionCharts Chart Gallery page to check if the cookies are being used or not. Also can you provide us any live URL of the same? Share this post Link to post Share on other sites
liberio Report post Posted April 13, 2012 Ok, I found the cause of those cookies: the dTree scripts (JavaScript tree menu) used in the documentation Please find examples below: http://www.vcg.com.br/_scripts/FusionMaps/Contents/Menu.html http://www.beaulieu.com.br/_scripts/FusionMaps/Contents/Menu.html http://docs.fusioncharts.com/maps/ Indeed, maps do not generate cookies. Thank you again Sumedh. Share this post Link to post Share on other sites
Sanjukta Report post Posted April 16, 2012 Hi, You are welcome! I hope your issues are resolved. Happy FusionCharting! Share this post Link to post Share on other sites