abstract fun setChanged(changed: Boolean): Unit
Set the cookie as being changed. Changed will be true for a cookie just created, false by default if just read from the request
changed - true if changed
changed