twisted/mantissa

websession sets non-string cookie

mithrandi opened this issue · 0 comments

xmantissa/websession.py:311: exceptions.DeprecationWarning: Passing non-bytes or non-unicode cookie arguments is deprecated since Twisted 16.1.

I think

cookieValue = request.getSession().uid
is an integer or something like that?