> > Oh, one more thing - if you want to delete the sessions, errors, and > caches, click the 'clean' button in admin. >
That's useful if you want to pack the application, but you may not want to do that on production, as you might delete active sessions, errors that you haven't viewed yet, etc. To remove expired sessions, it might be better to run a background task like http://code.google.com/p/web2py/source/browse/scripts/sessions2trash.py. Anthony

