Forrest logo
back to the chromium tool

chromium:ai:77318

i need a switch for chromium to save cookies permanently
$ chromium --user-data-dir=${directory} --disk-cache-dir=/path/to/cache --keep-cookies-always
try on your machine

This command starts Chromium with a specific user data directory and cache directory, with cookie saving set to always.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • i need a switch for chromium to save cookies permanently?
back to the chromium tool