HTTP cookie: Difference between revisions

Content deleted Content added
m Super cookie: link Public Suffix List
m Session cookie: added MS reference
Line 20:
{{Refimprove|section|date=August 2011}}
=== Session cookie ===
A session cookie<ref name="mscookie">Microsoft Support [http://support.microsoft.com/kb/223799/EN-US Description of Persistent and Per-Session Cookies in Internet Explorer] Article ID 223799, 2007</ref> only lasts for the duration of users using the website. A web browser normally deletes session cookies when it quits. A session cookie is created when no [[HTTP_cookie#Expires_and_Max-Age|Expires]] directive is provided when the cookie is created.
 
=== Persistent cookie ===