Skip to content
Snippets Groups Projects
Commit 0f122cc5 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] http.py: session id is `sid` attribute

parent 9c339d8d
No related branches found
No related tags found
No related merge requests found
......@@ -298,9 +298,9 @@ class WebRequest(object):
.. deprecated:: 8.0
Use the ``id`` attribute on :attr:`.session`
Use the ``sid`` attribute on :attr:`.session`
"""
return self.session.id
return self.session.sid
@property
def registry(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment