如题所示,我写了一段JS代码, 
是操作cookie的,经过测试在Firefox中一切正常,但是我现在想 
打开该cookie文件看看内容,但是我不知道Firefox 
把cookie文件存在哪了,有谁知道吗? 还有就是
我的电脑使用apache配置成服务器了,
但是IE生成的cookie文件好像没有在C:\Documents and Settings\aa\Cookies目录下。
请问本地服务器生成的cookie文件放在哪了?
知道的说一声啊!!! 
谢谢!!!

解决方案 »

  1.   

    如果只是想看内容的话
    工具->选项->隐私->显示Cookie
    具体存放地点确实也是忘了,帮不上忙
      

  2.   

    C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files
      

  3.   

    工具->选项->隐私->显示Cookie 
      

  4.   

    在浏览器输入 javascript:document.write(document.cookie);jkfdj注意,后面一定要放些未定义的字符串,以防页面空白,这样就能读出当前页面的cookie了
    另外,4楼的正解
    工具->选项->隐私->显示Cookie
      

  5.   

    谢谢楼上各位了!!!
    不过我想要的是cookie文本文件本身。
      

  6.   

    Windows 2000/XP/2003下 C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\ 
    Windows Vista下         C:\Users\[user name]\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default\ 
    Linux下                  ~/.mozilla/firefox/xxxxxxxx.default/ 我的是:C:\Documents and Settings\ThinkPad\Application Data\Mozilla\Firefox\Profiles\ygiku5az.default目录下的一个文件中。
    Starting in SeaMonkey 2 and Firefox 3, cookies are stored in the database file cookies.sqlite. In converted profiles, cookies.txt data is migrated to cookies.sqlite
    .....
    ...
    详见:http://kb.mozillazine.org/Cookies.txt