[Zope-Checkins] CVS: Zope/lib/python/Products/Sessions/help - SessionInterfaces.py:1.8

Chris McDonough chrism@zope.com
Fri, 19 Jul 2002 00:51:25 -0400


Update of /cvs-repository/Zope/lib/python/Products/Sessions/help
In directory cvs.zope.org:/tmp/cvs-serv22602

Modified Files:
	SessionInterfaces.py 
Log Message:
Updated interface docs for hasSessionData.


=== Zope/lib/python/Products/Sessions/help/SessionInterfaces.py 1.7 => 1.8 ===
     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