Commit 01607318 authored by Chris McDonough's avatar Chris McDonough

Updated interface docs for hasSessionData.

parent 66634fde
......@@ -155,7 +155,8 @@ class SessionDataManagerInterface:
def hasSessionData(self):
"""
Returns true if a Session Data Object associated with the
current browser id is found in the Session Data Container. Does
current browser id is found in the Session Data Container.
If there is no current browser id, returns false. Does
not create a Session Data Object if one does not exist.
Permission required: Access session data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment