Hello, I noticed the following inefficiencies of the sessions module:
1) Five SQL statements are called per url (img, static html, css, js), that's a lot of DB calls. 2) Sessions are attached to an app so there is no way to not use sessions for some chosen urls. Most sites only need sessions after the user has logged in. Should we all use beaker or am I missing something and this is the way it should be? Jo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
