You must find the logic in your code that is changing the session object. There must be something. Do you have a form in the page?
On Mar 15, 8:00 am, Ross Peoples <ross.peop...@gmail.com> wrote: > I just noticed that the sessions are still being saved, which may be why I > didn't see any performance improvement. I deleted all of the sessions inside > the sessions folder, stopped and restarted the server, then visited the > /default/index page that flashes 'You are successfully running web2py.' and > returns message=T('Hello World'). It seems that we2py is still creating > session files. I did not log in or anything, I just visited the page as a > guest.