Session Storage option for a datasource

The concept of checking a box to allow sessions to be stored in the data
source is a new concept for me. How do you use it? If I check the box does
Lucee build the tables?

Yes, but once you do, you also have to specify using that datasource for
session storage under Settings > Scope.

If you are sharing the datasource across multiple servers:

When using a datasource for session storage, Lucee does not write scope
changes to the datasource after each connection unless you set
sessionCluster=true.

And, as long as you’re there, you may also face an issue with
sessionInvalidate and sessionRotate that I came across earlier this
year: Redirecting to Google Groups.

Not insurmountable, but it has made what should have been an easy
application of a built-in function to be something of a bear.On Thursday, October 22, 2015 at 5:46:39 PM UTC-4, Scott Meyer wrote:

The concept of checking a box to allow sessions to be stored in the data
source is a new concept for me. How do you use it? If I check the box does
Lucee build the tables?