You have two options.
You either use Wappler’s built-in Redis express session store or you build your own(file, knex, etc).
By default express uses memory which is not appropriate for production thus the warning.
You have two options.
You either use Wappler’s built-in Redis express session store or you build your own(file, knex, etc).
By default express uses memory which is not appropriate for production thus the warning.