There is no way to customize the flash cookie (path, secure, httpOnly, name, etc..). Will be nice to let user to customize the cookie, programmatically like:
{
use(new FlashScope(new Cookie.Definition("myapp.flash")));
}
or via .conf file:
flash.cookie.name="myapp.flash"