What is the location of session cookies in IE7?

你说的曾经没有我的故事 提交于 2019-12-24 18:18:32

问题


Should I be able to see per-session cookies, created by IE7 (on Vista) here:

C:\Users\myUsername\AppData\Local\Microsoft\Windows\Temporary Internet Files

That is where my standard cookies are stored.


回答1:


Session cookies are stored in memory




回答2:


Persistent Cookies vs. Session Cookies

Cookies are either stored in memory (session cookies) or placed on your hard disk (persistent cookies). Persistent cookies are written to the Cookies folder under either your user profile folder or the Windir\Cookies folder. The Temporary Internet Files index is updated with pointers to the actual cookies files.

First-Party and Third-Party Cookies

First-party cookies are cookies that are associated with the host domain. Third-party cookies are cookies from any other domain.



来源:https://stackoverflow.com/questions/2191944/what-is-the-location-of-session-cookies-in-ie7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!