joerussbowman / AsyncMongo-Sessions

A sessions library for Tornado using AsyncMongo
30 stars 2 forks source link

Can't use redirect in request methods #2

Closed joerussbowman closed 12 years ago

joerussbowman commented 13 years ago

Session is writing headers, like set cookie, to the request method. Because of this it breaks redirect.

joerussbowman commented 12 years ago

This is fixed.