HTTP cookie: Difference between revisions

Content deleted Content added
Undid revision 701767213 by 71.40.43.122 (talk)
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. Kaltura Application and allow third party cookies from this app.
 
===Persistent cookie===