> Calling it webpytemplate is confusing. It looks as if it is something > to do with web.py templating. How about calling it something else like > webpy-skeleton etc?
Agreed. I've renamed it and the new repo location is http://github.com/abtinf/webpy-skeleton. > Sessions are considered bad. See the conversion about it started by > Aaron Swartz. > > http://groups.google.com/group/webpy/browse_thread/thread/2870837302e... Interesting thread, though I do not find it convincing in terms of whether or not to use session. Certainly, Aaron has a point that creating stateful apps on top of http is misguided. But that doesn't really have anything to do with Session - one could just as easily misuse cookies. I guess I don't believe in trying to protect programmers against themselves. Abtin -- 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.
