<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=HTTP%2Fcookie</id>
	<title>HTTP/cookie - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=HTTP%2Fcookie"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=HTTP/cookie&amp;action=history"/>
	<updated>2026-07-07T10:54:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=HTTP/cookie&amp;diff=12047&amp;oldid=prev</id>
		<title>Woozle: mainly so I have a place to put this discovery in case I run into the same problem again</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=HTTP/cookie&amp;diff=12047&amp;oldid=prev"/>
		<updated>2009-07-26T15:53:56Z</updated>

		<summary type="html">&lt;p&gt;mainly so I have a place to put this discovery in case I run into the same problem again&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Overview==&lt;br /&gt;
In [[HTTP]], a cookie is a piece of information sent to the [[web browser]] for the browser to send back to the [[web server]] on subsequent requests. Cookies are most commonly used to identify of a particular user across multiple accesses, but they can also be used to store preferences and other persistent-state information without specifically tracking a given user.{{seedling}}&lt;br /&gt;
==Programming==&lt;br /&gt;
In [[PHP]], the [[PHP/_COOKIE|$_COOKIE]][] built-in global array and [[PHP/setcookie|setcookie]]() function are the most common means of retrieving and setting cookies, but PHP does have an [http://php.net/cookie extensive selection] of cookie-management functionality.&lt;br /&gt;
==Notes==&lt;br /&gt;
Apparently the distinction between a cookie named &amp;quot;vbzcart.key&amp;quot; and another named &amp;quot;vbzcart_key&amp;quot; is ambiguous.&lt;br /&gt;
I was having trouble using the former (it never seemed to be retrievable), so I changed the name to the latter -- and then found that I had two cookies. Retrieving the value of &amp;quot;vbzcart_key&amp;quot; gave me the value &amp;quot;vbzcart.key&amp;quot; (as indicated by the cookie list in Firefox 3). Deleting the &amp;quot;vbzcart.key&amp;quot; cookie from Firefox solved the problem. --[[User:Woozle|Woozle]] 15:53, 26 July 2009 (UTC)&lt;br /&gt;
==Links==&lt;br /&gt;
* {{wikipedia}}&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>