Jeroen,

If you are using google.visualization.Query, it turns out there is a second
parameter, undocumented, that you can use to turn off cookies at least for
those requests.

  google.visualization.Query(dataSourceUrl, { xhrWithCredentials: false });

I don't know if this will work for you at all, but it is worth a try.  This
doesn't work if you are using a ChartWrapper, however, but we could
probably make a change to enable that.



On Sun, Jun 14, 2015 at 10:07 AM, Jeroen de Neef <[email protected]> wrote:

> Is there a way to disable cookies?
> I'd like to keep third party cookies on my site to a minimum so I'm
> looking for a way to reduce most if not get rid of all cookies if possible.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>  -
978-394-1058
[email protected] <[email protected]>   5CC, Cambridge MA
[email protected] <[email protected]> 9 Juniper Ridge
Road, Acton MA

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to