<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>cookie JavaScript API Module</title><link>https://community.telligent.com/community/12/w/api-documentation/71639/cookie-javascript-api-module</link><description>Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>cookie JavaScript API Module</title><link>https://community.telligent.com/community/12/w/api-documentation/71639/cookie-javascript-api-module</link><pubDate>Fri, 15 Jan 2021 20:25:25 GMT</pubDate><guid isPermaLink="false">c9c8baa2-86df-44bd-b696-4fb44f9bff1d</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71639/cookie-javascript-api-module#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 01/15/2021 20:25:25&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.telligent.evolution.cookies&lt;/h3&gt;
&lt;p&gt;This module exposes helper methods manage script-defined cookies&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Cookie security is automatically handled based on platform configuration&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Methods&lt;/h4&gt;
&lt;h4&gt;get&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;var value = $.telligent.evolution.cookies.get(&amp;#39;Cookie Name&amp;#39;);
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;set&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;$.telligent.evolution.cookies.set(&amp;#39;Cookie Name&amp;#39;, &amp;#39;Cookie Value&amp;#39;);
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;remove&lt;/h4&gt;
&lt;pre&gt;&lt;code&gt;$.telligent.evolution.cookies.remove(&amp;#39;Cookie Name&amp;#39;)
&lt;/code&gt;&lt;/pre&gt;

&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>