Import cookies: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
==From Internet Explorer==
Taken from a [http://forums.mozillazine.org/viewtopic.php?p=475030#475030 forum post by AnonEmoose].
Taken from a [http://forums.mozillazine.org/viewtopic.php?p=475030#475030 forum post by AnonEmoose].
# In IE, File -> Import and Export -> Export Cookies.
# In IE, "File -> Import and Export -> Export Cookies".
# Open newly exported cookies.txt in a text editor and put a period before every line that starts with a domain. So a line starting with "altavista.com TRUE / FALSE 1388491200 AV_ALL 1" will become ".altavista.com TRUE / FALSE 1388491200 AV_ALL 1".
# Open newly exported "cookies.txt" in a text editor and put a period before every line that starts with a domain. So a line starting with "<code>altavista.com TRUE / FALSE 1388491200 AV_ALL 1</code>" will become "<code>.altavista.com TRUE / FALSE 1388491200 AV_ALL 1</code>"
# Then, move the cookies.txt file to your [[Profile Folder | profile folder]].
# Then, move the "cookies.txt" file to your [[profile folder]].
 
==See also==
* [[Cookies]]
* [[Import bookmarks]]

Revision as of 15:29, 7 April 2005

From Internet Explorer

Taken from a forum post by AnonEmoose.

  1. In IE, "File -> Import and Export -> Export Cookies".
  2. Open newly exported "cookies.txt" in a text editor and put a period before every line that starts with a domain. So a line starting with "altavista.com TRUE / FALSE 1388491200 AV_ALL 1" will become ".altavista.com TRUE / FALSE 1388491200 AV_ALL 1"
  3. Then, move the "cookies.txt" file to your profile folder.

See also