On Mar 15, 2011, at 6:00 AM, Ross Peoples 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.
There's a bug in the speedup logic in the trunk right now that causes sessions to be written as usual. Hang on a bit...