<?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/13/w/api-documentation/75716/cookie-javascript-api-module</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</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/13/w/api-documentation/75716/cookie-javascript-api-module</link><pubDate>Fri, 08 Mar 2024 17:51:05 GMT</pubDate><guid isPermaLink="false">03ef1440-0450-4539-862a-b2bb2f48195c</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75716/cookie-javascript-api-module#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:51:05&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>