Comment 3 for bug 1252826

Revision history for this message
Lucy Llewellyn (lucyllewy) wrote :

one potential fix is to follow https://github.com/openid/python-openid/blob/master/openid/consumer/consumer.py#L90 which suggests that it can work in stateless mode by passing `None` to the `Consumer` constructor instead of the django session.