Q1:
I have a project without the SC security module enabled.
Can “Use session in database” be used on this project?
Q2:
during deployment to production of the above mentioned project, for the “store the session in a db” settings I’m prompted for:
- connection
- table name
- theme name
I used an existing connection name and a new table name, thinking that the deployment process would create such table, but it didn’t.
(I have no idea why it’s prompting for a theme so I left it blank.)
So, how should I proceed to successfully have the session variables saved in a DB table?