Python Session Middleware
WSGI is great, we all know it. It gives a standard way for Python web applications to talk to web servers. It also means we can intercept that process using middleware. What it does not do is mandate that web framework elements should be exposed through WSGI extensions. Phillip J. Eby, writer of the WSGI standard , expressed these sentiments...


