Mix.Release.make_cookie
You're seeing just the function
make_cookie
, go back to Mix.Release module for more information.
Specs
Copies the cookie to the given path.
If a cookie option was given, we compare it with the contents of the file (if any), and ask the user if they want to override.
If there is no option, we generate a random one the first time.