Disable client variable updates?

Is there an equivalency in Lucee to the CF “Disable global client variable updates”, such that if we are using client variables in our apps but only at certain pages / visitors, we aren’t making DB hits for all random (bot) traffic for hit count, last visited, etc. to reduce load?

Short of removing automatic client variable support and using our own cookie tracker / DB etc. which is always an option.