Content deleted Content added
Reverted 1 pending edit by Mspcountrygirl to revision 701767313 by Entranced98 |
|||
Line 29:
===Session cookie===
A session cookie, also known as an in-memory cookie or transient cookie, exists only in temporary memory while the user navigates the website.<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>
Web browsers normally delete session cookies when the user closes the browser.<ref>{{cite web |url= http://msdn.microsoft.com/en-us/library/ms526029(v=vs.90).aspx |title=Maintaining session state with cookies |work=Microsoft Developer Network |accessdate=22 October 2012}}</ref> Unlike other cookies, session cookies do not have an expiration date assigned to them, which is how the browser knows to treat them as session cookies
===Persistent cookie===
|