<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://dev.metrixstream.com/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://dev.metrixstream.com/w/index.php?action=history&amp;feed=atom&amp;title=Site%3AAPI%3AUserCookieData</id>
		<title>Site:API:UserCookieData - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://dev.metrixstream.com/w/index.php?action=history&amp;feed=atom&amp;title=Site%3AAPI%3AUserCookieData"/>
		<link rel="alternate" type="text/html" href="http://dev.metrixstream.com/w/index.php?title=Site:API:UserCookieData&amp;action=history"/>
		<updated>2026-09-12T17:33:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.1</generator>

	<entry>
		<id>http://dev.metrixstream.com/w/index.php?title=Site:API:UserCookieData&amp;diff=609&amp;oldid=prev</id>
		<title>MetrixAdmin: Created page with &quot;= User Cookie Data =  User cookie data is essentially what you are used to with a webbrowser, but stored server side. The benefits of storing this data server side include the...&quot;</title>
		<link rel="alternate" type="text/html" href="http://dev.metrixstream.com/w/index.php?title=Site:API:UserCookieData&amp;diff=609&amp;oldid=prev"/>
				<updated>2012-08-30T04:31:08Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;= User Cookie Data =  User cookie data is essentially what you are used to with a webbrowser, but stored server side. The benefits of storing this data server side include the...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= User Cookie Data =&lt;br /&gt;
&lt;br /&gt;
User cookie data is essentially what you are used to with a webbrowser, but stored server side. The benefits of storing this data server side include the ability to have them persist across different computers. This means when a user logs in from home and work, the experience will be the same.&lt;br /&gt;
&lt;br /&gt;
The big difference between a user cookie and a browser cookie, is that a user cookie requires an authenticated session.... meaning no anonymous preferences are supported. Note: you are not forced to choose one or the other, so you can mix and match each solution to fit your requirements.&lt;br /&gt;
&lt;br /&gt;
== Set User Cookie ==&lt;br /&gt;
&lt;br /&gt;
This API call is responsible for setting a user cookie.&lt;br /&gt;
&lt;br /&gt;
=== Authentication Restrictions ===&lt;br /&gt;
&lt;br /&gt;
An authenticated user.&lt;br /&gt;
&lt;br /&gt;
=== Required Parameters ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;action=usercookie&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;verb=set&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;: the name of the user cookie.&lt;br /&gt;
:: this has a maximum of 48 characters.&lt;br /&gt;
* &amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;: the value of the user cookie.&lt;br /&gt;
:: this has a maximum of 1000 characters.&lt;br /&gt;
&lt;br /&gt;
=== Successful Response ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;status=ok&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Delete User Cookie ==&lt;br /&gt;
&lt;br /&gt;
This API call is responsible for deleting a user cookie. The response will still succeed, if the cookie doesn't exist.&lt;br /&gt;
&lt;br /&gt;
=== Authentication Restrictions ===&lt;br /&gt;
&lt;br /&gt;
This API call is responsible for setting a user cookie.&lt;br /&gt;
&lt;br /&gt;
=== Required Parameters ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;action=usercookie&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;verb=del&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;: the name of the user cookie.&lt;br /&gt;
&lt;br /&gt;
=== Successful Response ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;status=ok&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>MetrixAdmin</name></author>	</entry>

	</feed>