Making the Debian package for web2py, and trying to reduce to the maximum the things to be copied to the user folder, I'd like to keep the welcome application entirely in the "root" user land, so a normal user has no access to write in any of their directories. I've checked the welcome application doesn't need database, so removing the models/db.py file works fine. Now, I'm stalled with the need to create a session lock file into the welcome/session directory, but I can not see the need of having a session for this very simple application. If this is the case, is there any option (or could it be added) to avoid using any kind of sessions in a web2py application?
Regards. José L.