Moz-firefox cookieLog micro-recipe
supposing you are on a Unix machine… open the black window known as shell and type:
export NSPR_LOG_FILE=$HOME/path/to/logfile
export NSPR_LOG_MODULES="cookie:4"
#launch firefox (without closing the shell)
/path/to/firefox-bin
This will create a logfile in your /path/to/logfile
-> more on the mozilla wiki
Text tagged as: