I hate sessions, they’re evil. PHP is the worst offender since it’s built into the language and you end up with effective scalability limitations and turds in your temp file system. django isn’t much better since all of the cool admin functionality is built using the contrib.auth module which depends on sessions as well. Long [...]
Frameworks and sessions
February 23rd, 2009
Tags: django · frameworks · zend




